diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 18:20:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 18:20:05 +0000 |
commit | 244573691447e6a5b7e93fde28f2d830883764d7 (patch) | |
tree | e25a0738361aed4adea015105f52165faf9fbe89 /mail | |
parent | 80b06455842b5f8540dc3176c8c4a5ed5921a035 (diff) | |
download | pkgsrc-244573691447e6a5b7e93fde28f2d830883764d7.tar.gz |
Document why SPECIAL_PERMS is set the way it is.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/maildrop/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 17747709287..c51f2c6e8cf 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -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 |