Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 10/11/2004 22:04:19
Module Name: pkgsrc
Committed By: reed
Date: Mon Oct 11 22:04:19 UTC 2004
Modified Files:
pkgsrc/mk: bsd.pkg.install.mk
pkgsrc/mk/install: deinstall install
Log Message:
Make it so RCD_SCRIPTS_EXAMPLEDIR is a directory relative to
${PREFIX}. It is not an absolute path because with the automatic
addition of the entry to the PLIST would be bogus if someone
defined it to some RCD_SCRIPTS_EXAMPLEDIR outside of PREFIX.
(This may cause multiple rc.d directories if there are multiple
PREFIXes, but I think that is fine.)
Note that at this time, this doesn't change the RCD_SCRIPTS_EXAMPLEDIR
default directory. This will change soon.
Most of this has been in use for over a year.
Also some of this is from Greg Woods. Thank you Greg.
I will next update a few other references to RCD_SCRIPTS_EXAMPLEDIR.
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.28 -r1.29 pkgsrc/mk/install/deinstall
cvs rdiff -r1.31 -r1.32 pkgsrc/mk/install/install
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.