diff options
author | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-02 20:33:57 +0000 |
commit | 3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1 (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /mail/clamsmtp | |
parent | a5aa20f67af93ecaf0109d5ee67340ff6c2d1b8f (diff) | |
download | pkgsrc-3b1c58eac98b20cfdd3cab452fa5b3ceb6c310c1.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
This was discussed on tech-pkg in late January and late April.
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
Diffstat (limited to 'mail/clamsmtp')
-rw-r--r-- | mail/clamsmtp/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/clamsmtp/PLIST b/mail/clamsmtp/PLIST index 7f8986d9f5e..27e989a0e06 100644 --- a/mail/clamsmtp/PLIST +++ b/mail/clamsmtp/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2005/02/01 00:39:19 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/05/02 20:33:59 reed Exp $ man/man5/clamsmtpd.conf.5 man/man8/clamsmtpd.8 sbin/clamsmtpd share/examples/clamsmtp/clamsmtpd.conf share/examples/clamsmtp/virus_action.sh +share/examples/rc.d/clamsmtpd @dirrm share/examples/clamsmtp |