From 2d4122dd4510b2d5b5c8f9a44012b9e24623aadf 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). --- net/pure-ftpd/MESSAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/pure-ftpd/MESSAGE') diff --git a/net/pure-ftpd/MESSAGE b/net/pure-ftpd/MESSAGE index 3ea75968e92..825b7ffa90e 100644 --- a/net/pure-ftpd/MESSAGE +++ b/net/pure-ftpd/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/07/12 14:43:08 salo Exp $ +$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ To use pure-ftpd, you will need to perform the following steps: 1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${PREFIX}/etc/rc.d/pure_ftpd to /etc/rc.d/pure_ftpd and add + ${RCD_SCRIPTS_EXAMPLEDIR}/pure_ftpd to /etc/rc.d/pure_ftpd and add pure_ftpd=YES -- cgit v1.2.3