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.
This commit is contained in:
parent
d2e3ce7af1
commit
031b2e3ca0
2 changed files with 6 additions and 2 deletions
|
@ -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 @@ post-install:
|
|||
${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"
|
||||
|
|
|
@ -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/courier/mkpop3dcert
|
|||
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}
|
||||
|
|
Loading…
Reference in a new issue