diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-07-28 01:54:37 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-07-28 01:54:37 +0000 |
commit | 26b3b0e6b7fb0b7b06ad37ea1e1a49ac30a55410 (patch) | |
tree | bd097a5cddbbfdd2532609198c39c9b99cbc3d47 /mail/qmail/PLIST | |
parent | fff0cd34857a6d38f8166ea25daf1dd1448fdf2b (diff) | |
download | pkgsrc-26b3b0e6b7fb0b7b06ad37ea1e1a49ac30a55410.tar.gz |
Add rc.d script to control qmail, provided by Lubomir Sedlacik
<salo@Xtrmntr.org> in pkg/15326.
Add example mailer.conf.
Bump PKGREVISION.
Clarify binary package situation: We don't allow binary packages
to be created because they don't currently work. Additionally, if
someone were to make them work, we'd be unable to distribute them
because we apply a few patches to the qmail source.
Thanks to zuntum and jlam for discussion and assistance.
Diffstat (limited to 'mail/qmail/PLIST')
-rw-r--r-- | mail/qmail/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/qmail/PLIST b/mail/qmail/PLIST index 21d94d81614..a91d61b9798 100644 --- a/mail/qmail/PLIST +++ b/mail/qmail/PLIST @@ -1,4 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/21 18:45:04 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/28 01:54:37 schmonz Exp $ +${QMAILDIR}/etc/mailer.conf.qmail +${QMAILDIR}/etc/rc.d/qmail ${QMAILDIR}/doc/FAQ ${QMAILDIR}/doc/UPGRADE ${QMAILDIR}/doc/SENDMAIL @@ -187,6 +189,8 @@ ${QMAILDIR}/man/man8/qmail-command.8 @dirrm ${QMAILDIR}/man/man7 @dirrm ${QMAILDIR}/man/man8 @dirrm ${QMAILDIR}/man +@dirrm ${QMAILDIR}/etc/rc.d +@dirrm ${QMAILDIR}/etc @dirrm ${QMAILDIR}/doc @dirrm ${QMAILDIR}/boot @dirrm ${QMAILDIR}/bin |