NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Setting ACCEPTABLE_LICENSES in /etc/mk.conf



On 2021-04-17 07:07, Greg A. Woods wrote:
At Fri, 16 Apr 2021 18:09:44 +0000, Todd Gruhn <tgruhn2%gmail.com@localhost> wrote:
Subject: Setting ACCEPTABLE_LICENSES in /etc/mk.conf

Can ACCEPTABLE_LICENSES have several values separated
by commas-- or must they all be on separate lines?

The canonical way to add values to it is the same way as is used in the
initial setting in mk/defaults/mk.conf, i.e. "+=", e.g. from there:

	ACCEPTABLE_LICENSES+=	adobe-acrobat-license
	ACCEPTABLE_LICENSES+=	amap-license
	ACCEPTABLE_LICENSES+=	amiwm-license
	ACCEPTABLE_LICENSES+=	apple-admin-license

Which also implies that it is not a comma separated list, but just a plain whitespace separated list.
And of course you could then have multiple on one line if you wanted to.

  Johnny

--
Johnny Billquist                  || "I'm on a bus
                                  ||  on a psychedelic trip
email: bqt%softjar.se@localhost             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol


Home | Main Index | Thread Index | Old Index