Subject: PKG_RCD_SCRIPTS and _not_ automatically installing rc.d scripts
To: None <tech-pkg@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 09/19/2002 03:28:39
I restored the ability to not automatically copy rc.d scripts into
/etc/rc.d, which has been requested by many users.  By default, the package
INSTALL script will no longer copy the rc.d script into /etc/rc.d unless
both PKG_CONFIG=YES (the default) _and_ PKG_RCD_SCRIPTS=YES (it defaults to
NO).  For everyone out there that wants the automatic copying of rc.d
scripts, please add the following to your /etc/mk.conf:

	PKG_CONFIG=		YES	# not really necessary
	PKG_RCD_SCRIPTS=	YES

	Cheers,

	-- Johnny Lam <jlam@netbsd.org>