diff options
author | reed <reed@pkgsrc.org> | 2004-10-11 22:14:51 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-11 22:14:51 +0000 |
commit | 62071c8b2f022322c0b554163c08364af9fcac54 (patch) | |
tree | ae44ee69c13dd407b642338a295661db7eae0a64 /mail | |
parent | 15fee44a6ca90ee69da62ebfdc56244e4aece5e7 (diff) | |
download | pkgsrc-62071c8b2f022322c0b554163c08364af9fcac54.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
Diffstat (limited to 'mail')
-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 348ca7d3d8d..722e5e56d4c 100644 --- a/mail/nullmailer/MESSAGE +++ b/mail/nullmailer/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.4 2004/10/11 22:14:51 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 - ${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to /etc/rc.d/nullmailer and add + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to /etc/rc.d/nullmailer and add nullmailer=YES |