pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/courier-imap Don't bother installing the *.authpa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c2ed694986d
branches:  trunk
changeset: 469368:9c2ed694986d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 22 16:43:27 2004 +0000

description:
Don't bother installing the *.authpam files as they don't apply.  The
courier IMAP and POP3 daemons only know to use authdaemon for
authentication.

diffstat:

 mail/courier-imap/Makefile |  3 +--
 mail/courier-imap/PLIST    |  4 +---
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r cca43c268403 -r 9c2ed694986d mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Sun Feb 22 16:40:50 2004 +0000
+++ b/mail/courier-imap/Makefile        Sun Feb 22 16:43:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/02/22 03:29:50 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2004/02/22 16:43:27 jlam Exp $
 
 DISTNAME=      courier-imap-2.2.1
 COMMENT=       IMAP server for access to Maildir-style mailboxes
@@ -70,6 +70,5 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${SYSCONFTOOL}
        ${INSTALL_DATA} ${WRKSRC}/imap/BUGS ${DOCDIR}/BUGS.imap
        ${INSTALL_DATA} ${WRKSRC}/imap/README ${DOCDIR}/README.imap
-       cd ${WRKSRC}/imap; ${INSTALL_DATA} imapd.authpam pop3d.authpam ${EGDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r cca43c268403 -r 9c2ed694986d mail/courier-imap/PLIST
--- a/mail/courier-imap/PLIST   Sun Feb 22 16:40:50 2004 +0000
+++ b/mail/courier-imap/PLIST   Sun Feb 22 16:43:27 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/02/22 03:13:07 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/02/22 16:43:27 jlam Exp $
 bin/couriertls
 bin/imapd
 bin/pop3d
@@ -26,11 +26,9 @@
 share/doc/courier/BUGS.imap
 share/doc/courier/README.imap
 share/examples/courier/imapd-ssl.dist
-share/examples/courier/imapd.authpam
 share/examples/courier/imapd.cnf
 share/examples/courier/imapd.dist
 share/examples/courier/pop3d-ssl.dist
-share/examples/courier/pop3d.authpam
 share/examples/courier/pop3d.cnf
 share/examples/courier/pop3d.dist
 @unexec ${RMDIR} -p %D/share/examples/courier 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index