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 | ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f (patch) | |
tree | cfc830d7101f7980061435085607a6e7cdce8fd3 /mail/dbmail | |
parent | 1d67064db3ea37b8bebfa5bfb8e4c9efaa6d7cea (diff) | |
download | pkgsrc-ee8be9d0c1d7f38e3c1d468f07fe877f045dbe8f.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/dbmail')
-rw-r--r-- | mail/dbmail/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/dbmail/PLIST b/mail/dbmail/PLIST index acbd959c41d..80c4c6a7058 100644 --- a/mail/dbmail/PLIST +++ b/mail/dbmail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/01/09 04:17:39 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/05/02 20:33:59 reed Exp $ lib/dbmail/libauthdbmail.la lib/dbmail/lib${SQLDB}dbmail.la lib/dbmail/libsortdbmail.la @@ -16,5 +16,9 @@ sbin/dbmail-smtp sbin/dbmail-users sbin/dbmail-util share/examples/dbmail/dbmail.conf +share/examples/rc.d/dbmailpop3d +share/examples/rc.d/dbmaillmtpd +share/examples/rc.d/dbmailimapd +share/examples/rc.d/dbmail @dirrm share/examples/dbmail @dirrm lib/dbmail |