pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-auth Add the example PAM file to the inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74ee0c098719
branches:  trunk
changeset: 469318:74ee0c098719
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Feb 22 02:18:31 2004 +0000

description:
Add the example PAM file to the installation.

diffstat:

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

diffs (43 lines):

diff -r 81eba907318b -r 74ee0c098719 mail/courier-auth/Makefile
--- a/mail/courier-auth/Makefile        Sun Feb 22 01:59:37 2004 +0000
+++ b/mail/courier-auth/Makefile        Sun Feb 22 02:18:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/02/21 14:43:15 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/22 02:18:31 jlam Exp $
 
 PKGNAME=       courier-auth-${BASE_VERS}
 CATEGORIES=    security
@@ -16,6 +16,8 @@
 
 .include "../courier-auth/Makefile.authdaemond"
 
+WRKSRC_FILES+=         imap/system-auth.authpam
+
 .if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s)
 INSTALL_TARGET=                install-strip
 .endif
@@ -36,6 +38,7 @@
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/authlib/authdaemonrc                  \
                ${EGDIR}/authdaemonrc.dist
+       ${INSTALL_DATA} ${WRKSRC}/imap/system-auth.authpam ${EGDIR}
        ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${SYSCONFTOOL}
 
 .include "../../mk/bsd.pkg.mk"
diff -r 81eba907318b -r 74ee0c098719 mail/courier-auth/PLIST
--- a/mail/courier-auth/PLIST   Sun Feb 22 01:59:37 2004 +0000
+++ b/mail/courier-auth/PLIST   Sun Feb 22 02:18:31 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/22 22:00:22 jlam Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/22 02:18:31 jlam Exp $
 etc/rc.d/authdaemond
 libexec/courier/authdaemon.passwd
 libexec/courier/authlib/authdaemon
@@ -34,6 +34,7 @@
 share/courier/userdb
 share/courier/vchkpw2userdb
 share/examples/courier/authdaemonrc.dist
+share/examples/courier/system-auth.authpam
 @unexec ${RMDIR} -p %D/share/examples/courier 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} -p %D/share/courier 2>/dev/null || ${TRUE}
 @unexec ${RMDIR} -p %D/libexec/courier/authlib 2>/dev/null || ${TRUE}



Home | Main Index | Thread Index | Old Index