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 | 2d4122dd4510b2d5b5c8f9a44012b9e24623aadf (patch) | |
tree | 2b926496c81740a80a135897f9dc52478375f51e /mail/nullmailer | |
parent | 6c929c0b9f2b49b60ac221421a8385f9a26a61ec (diff) | |
download | pkgsrc-2d4122dd4510b2d5b5c8f9a44012b9e24623aadf.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 'mail/nullmailer')
-rw-r--r-- | mail/nullmailer/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nullmailer/MESSAGE b/mail/nullmailer/MESSAGE index 965d91f6c4b..348ca7d3d8d 100644 --- a/mail/nullmailer/MESSAGE +++ b/mail/nullmailer/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2003/02/17 05:20:20 salo Exp $ +$NetBSD: MESSAGE,v 1.3 2004/04/23 22:43:20 reed Exp $ To use nullmailer, you will need to perform the following steps: @@ -13,7 +13,7 @@ To use nullmailer, you will need to perform the following steps: ${PREFIX}/share/examples/nullmailer/mailer.conf 3. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${PREFIX}etc/rc.d/nullmailer to /etc/rc.d/nullmailer and add + ${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to /etc/rc.d/nullmailer and add nullmailer=YES |