Document why SPECIAL_PERMS is set the way it is.
This commit is contained in:
parent
80b0645584
commit
2445736914
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.40 2007/06/15 18:15:18 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.41 2007/06/15 18:20:06 jlam Exp $
|
||||
|
||||
DISTNAME= maildrop-2.0.2
|
||||
CATEGORIES= security
|
||||
|
@ -44,6 +44,10 @@ CONFIGURE_ARGS+= --disable-authlib
|
|||
.endif
|
||||
|
||||
REQD_DIRS= ${DOCDIR}
|
||||
|
||||
# Note special permissions for some binaries. These are set to match
|
||||
# the defaults from a courier-mta installation.
|
||||
#
|
||||
SPECIAL_PERMS= bin/lockmail ${REAL_ROOT_USER} ${COURIER_GROUP} 755
|
||||
SPECIAL_PERMS+= bin/maildrop ${REAL_ROOT_USER} ${COURIER_GROUP} 4555
|
||||
|
||||
|
|
Loading…
Reference in a new issue