diff options
author | reed <reed@pkgsrc.org> | 2004-04-23 22:43:20 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-23 22:43:20 +0000 |
commit | 6568ba05ef9d708518bb02fbf06beba2cc540d1e (patch) | |
tree | 2b926496c81740a80a135897f9dc52478375f51e /net/snort | |
parent | 1c696fbff43d82e4898012df1ad774b9af066311 (diff) | |
download | pkgsrc-6568ba05ef9d708518bb02fbf06beba2cc540d1e.tar.gz |
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).
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/MESSAGE b/net/snort/MESSAGE index 3ccf77ce34b..0e3f7c91e09 100644 --- a/net/snort/MESSAGE +++ b/net/snort/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2003/03/04 01:02:25 salo Exp $ +$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ To use snort, 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/snort to /etc/rc.d/snort and add + ${RCD_SCRIPTS_EXAMPLEDIR}/snort to /etc/rc.d/snort and add snort=YES |