summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorjlam <jlam>2007-06-15 18:20:05 +0000
committerjlam <jlam>2007-06-15 18:20:05 +0000
commitace70e9cfd58bbc5f56a5fbb7ef7641bce11cbed (patch)
treee25a0738361aed4adea015105f52165faf9fbe89 /mail/maildrop
parent210b4f8fab33f6afe44fcc063dbb26dfef6032b8 (diff)
downloadpkgsrc-ace70e9cfd58bbc5f56a5fbb7ef7641bce11cbed.tar.gz
Document why SPECIAL_PERMS is set the way it is.
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile6
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