Subject: Re: New NO_{SRC,BIN}_ON_{FTP,CDROM}
To: David Brownlee <abs@netbsd.org>
From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
List: tech-pkg
Date: 07/20/2000 16:04:59
On Thu, 20 Jul 2000, David Brownlee wrote:
> 	Does this mean we can start ignoring the RESTRICTED variable
> 	for packages on ftp.netbsd.org - providing we document the
> 	fact it may contain NO_BIN_ON_CDROM packages, and packages
> 	which may have crypto restrictions?

I'd say we keep RESTRICTED (the pkg is, after all), and set NO_whatever
from it:

RESTRICTED=		'reason'
NO_BIN_ON_CDROM=	${RESTRICTED}
NO_SRC_ON_CDROM=	${RESTRICTED}


 - Hubert

-- 
NetBSD - because Unix isn't just #include <linux.h>, i386, ILP32, ELF, ...!