From e3fbdfddaeeab28a716a3bfb72af32d62732a58f Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 23 Apr 2004 22:43:20 +0000 Subject: Fix references to rc.d scripts. This package uses RCD_SCRIPTS which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead. PKGREVISION not bumped because if someone had changed RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration of rc.d script in PLIST, then it could not have been packaged in first place. Note that this commit does not imply that the MESSAGE is correct. In some cases, the MESSAGE is clearly wrong such as suggesting running the rc.d script from the example directory (which will work although). --- security/sfs/MESSAGE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/sfs') diff --git a/security/sfs/MESSAGE b/security/sfs/MESSAGE index 42f37d1a92f..f3722469253 100644 --- a/security/sfs/MESSAGE +++ b/security/sfs/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2003/09/08 13:38:12 itojun Exp $ +$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $ Quick Client Setup: @@ -7,7 +7,7 @@ Quick Client Setup: sfscd=YES -2. Run: ${PREFIX}/etc/rc.d/sfscd start +2. Run: ${RCD_SCRIPTS_EXAMPLEDIR}/sfscd start 3. cd /sfs/sfs.fs.net:eu4cvv6wcnzscer98yn4qjpjnn9iv6pi 4. cat CONGRATULATIONS @@ -24,6 +24,6 @@ sfssd=YES ${PKG_SYSCONFDIR}/sfsrwsd_config and modify. 4. Modify /etc/exports to match your sfsrwsd_config. 5. Create the root directories in ${SFSDIR}/root. -6. Run ${PREFIX}/etc/rc.d/sfssd start +6. Run ${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start =========================================================================== -- cgit v1.2.3