summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorjlam <jlam>2007-06-15 18:15:06 +0000
committerjlam <jlam>2007-06-15 18:15:06 +0000
commitd5bd223815f9da6594711bf051500ba1ab1e4f3c (patch)
tree2dc743a478318addecf45daa709120a4e93754cb /mail/maildrop
parent1b06cd4e0b18dd239bb1d459bef3ba8bb3ac860a (diff)
downloadpkgsrc-d5bd223815f9da6594711bf051500ba1ab1e4f3c.tar.gz
* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRP
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index b622fc7d8de..17747709287 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2007/02/22 19:26:41 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2007/06/15 18:15:18 jlam Exp $
DISTNAME= maildrop-2.0.2
CATEGORIES= security
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --disable-authlib
REQD_DIRS= ${DOCDIR}
SPECIAL_PERMS= bin/lockmail ${REAL_ROOT_USER} ${COURIER_GROUP} 755
-SPECIAL_PERMS+= bin/maildrop ${REAL_ROOT_USER} ${COURIER_GROUP} 4755
+SPECIAL_PERMS+= bin/maildrop ${REAL_ROOT_USER} ${COURIER_GROUP} 4555
.include "../../devel/sysexits/buildlink3.mk"