diff options
author | joerg <joerg> | 2010-02-19 19:22:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-19 19:22:33 +0000 |
commit | 67c6c57fc45ee8b1c7b61d5a35937b9cf9102d89 (patch) | |
tree | 742ff5e9c32095126f082408f58bef44b7712ec5 /mail | |
parent | d2f4f7abf7713304e265e0230c0e70e2c8a768bd (diff) | |
download | pkgsrc-67c6c57fc45ee8b1c7b61d5a35937b9cf9102d89.tar.gz |
Use real root. XXX should be sgid to the mail daemon group
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cucipop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 1dc6cd9f928..c3613f7aa53 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2009/05/19 08:59:21 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/02/19 19:22:33 joerg Exp $ # DISTNAME= cucipop-1.31 @@ -22,7 +22,7 @@ REQD_DIRS+= ${PREFIX}/share/cucipop/bulletins # directory. The appropriate permissions should be set on sbin/cucipop # so that it can do this. # -SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${ROOT_USER} ${ROOT_GROUP} 2555 +SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 2555 # XXX TODO: # XXX |