pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-imap We actually do want to install the e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe7ab83e2cdd
branches:  trunk
changeset: 469473:fe7ab83e2cdd
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 23 23:23:31 2004 +0000

description:
We actually do want to install the example *.authpam files as authdaemond
uses the service name of the authenticatee when doing PAM service name
lookups.

diffstat:

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

diffs (38 lines):

diff -r 0678c2bb1733 -r fe7ab83e2cdd mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Mon Feb 23 23:03:36 2004 +0000
+++ b/mail/courier-imap/Makefile        Mon Feb 23 23:23:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/02/22 16:43:27 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2004/02/23 23:23:31 jlam Exp $
 
 DISTNAME=      courier-imap-2.2.1
 COMMENT=       IMAP server for access to Maildir-style mailboxes
@@ -70,5 +70,7 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${SYSCONFTOOL}
        ${INSTALL_DATA} ${WRKSRC}/imap/BUGS ${DOCDIR}/BUGS.imap
        ${INSTALL_DATA} ${WRKSRC}/imap/README ${DOCDIR}/README.imap
+       ${INSTALL_DATA} ${WRKSRC}/imap/imapd.authpam ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/imap/pop3d.authpam ${EGDIR}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 0678c2bb1733 -r fe7ab83e2cdd mail/courier-imap/PLIST
--- a/mail/courier-imap/PLIST   Mon Feb 23 23:03:36 2004 +0000
+++ b/mail/courier-imap/PLIST   Mon Feb 23 23:23:31 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2004/02/22 16:43:27 jlam Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/02/23 23:23:31 jlam Exp $
 bin/couriertls
 bin/imapd
 bin/pop3d
@@ -26,9 +26,11 @@
 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