diff options
author | reed <reed> | 2005-05-02 20:33:57 +0000 |
---|---|---|
committer | reed <reed> | 2005-05-02 20:33:57 +0000 |
commit | 22c4e451098bcb1ffee496c70c2b37805278db1a (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /mail/milter-greylist | |
parent | 1fa0ce734fab16622e4bf4f6992d12021efff569 (diff) | |
download | pkgsrc-22c4e451098bcb1ffee496c70c2b37805278db1a.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/milter-greylist')
-rw-r--r-- | mail/milter-greylist/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/milter-greylist/PLIST b/mail/milter-greylist/PLIST index 99915decd84..c40da88d628 100644 --- a/mail/milter-greylist/PLIST +++ b/mail/milter-greylist/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2004/04/23 22:07:55 reed Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:00 reed Exp $ bin/milter-greylist man/man8/milter-greylist.8 man/man5/greylist.conf.5 share/doc/milter-greylist/README share/examples/milter-greylist/greylist.conf +share/examples/rc.d/milter-greylist @dirrm share/examples/milter-greylist @dirrm share/doc/milter-greylist |