Fix rc.d script ownerships.
This commit is contained in:
parent
6ca63f73d8
commit
6a0b764e35
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2011/05/11 12:57:47 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2011/06/06 15:01:52 giovanni Exp $
|
||||
|
||||
COMMENT-main= imap server for maildir format mailboxes
|
||||
COMMENT-pop3= pop3 server for maildir format mailboxes
|
||||
@ -9,8 +9,8 @@ PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-pop3= courier-pop3-${V}
|
||||
FULLPKGPATH-pop3= mail/courier-imap,-pop3
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-pop3= 0
|
||||
REVISION-main= 1
|
||||
REVISION-pop3= 1
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2011/05/11 12:57:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2011/06/06 15:01:52 giovanni Exp $
|
||||
@conflict imap-uw-*
|
||||
@conflict courier-utils-*
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@ -60,5 +60,8 @@ share/examples/courier/quotawarnmsg.example
|
||||
@sample ${SYSCONFDIR}/shared.tmp/
|
||||
@mode 750
|
||||
@sample ${COURIERSTATE}/
|
||||
@owner
|
||||
@group
|
||||
@mode
|
||||
@rcscript ${RCDIR}/courier_imap
|
||||
@rcscript ${RCDIR}/courier_imap-ssl
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-pop3,v 1.9 2011/05/11 12:57:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST-pop3,v 1.10 2011/06/06 15:01:52 giovanni Exp $
|
||||
@pkgpath courier/imap,-pop3,no_trashquota
|
||||
@pkgpath courier/imap,-pop3,no_trashquota,imap_bugs
|
||||
@pkgpath courier/imap,-pop3,imap_bugs
|
||||
@ -19,5 +19,8 @@ share/examples/courier/pop3d.cnf
|
||||
@sample ${SYSCONFDIR}/pop3d.cnf
|
||||
share/examples/courier/pop3d.dist
|
||||
@sample ${SYSCONFDIR}/pop3d
|
||||
@owner
|
||||
@group
|
||||
@mode
|
||||
@rcscript ${RCDIR}/courier_pop3
|
||||
@rcscript ${RCDIR}/courier_pop3-ssl
|
||||
|
Loading…
Reference in New Issue
Block a user