Add the example PAM file to the installation.

This commit is contained in:
jlam 2004-02-22 02:18:31 +00:00
parent b8fea56ea8
commit fa4494be57
2 changed files with 6 additions and 2 deletions

View file

@ -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 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
.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 @@ post-install:
${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"

View file

@ -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/pw2userdb
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}