Subject: Re: HEADS UP: RCD_SCRIPTS_EXAMPLEDIR changed to share/examples/rc.d
To: Havard Eidnes <he@uninett.no>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 12/29/2004 16:37:59
Havard Eidnes wrote:
> 
>  o There is no good reason that I can see that a default installation
>    from (pkg)source and a default installation from a binary package
>    should result in a different result.

PKG_CREATE_USERGROUP, PKG_CONFIG, and PKG_RCD_SCRIPTS are not only 
settable in /etc/mk.conf, they are settable in the shell environment. 
This means if you set PKG_CONFIG=yes and PKG_RCD_SCRIPTS=yes and then run:

	pkg_add cups-1.2.21.tgz

the rc.d scripts will be copied to /etc/rc.d, exactly as they would if 
building and installing from pkgsrc.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>