Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/10/2002 14:01:38
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jan 10 12:01:38 UTC 2002

Modified Files:
	pkgsrc/net/samba/files: samba.sh
	pkgsrc/sysutils/ups-nut/files: ups.sh

Log Message:
Don't hardcode the location of the other rc.d scripts as @RCD_SCRIPTS_DIR@
as they might not be there depending on whether INSTALL_RCD_SCRIPTS is set
in /etc/mk.conf when the package is built.  Instead, assume that the other
rc.d scripts are in the same place as this "meta" script and locate them
using "dirname $0".  Problem noted by Stoned Elipot <seb@netbsd.org> in
private email.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/net/samba/files/samba.sh
cvs rdiff -r1.5 -r1.6 pkgsrc/sysutils/ups-nut/files/ups.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.