diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-15 18:15:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-15 18:15:06 +0000 |
commit | 485d0ee096da867d8ea368d9823b2a22e63d6ecd (patch) | |
tree | 2dc743a478318addecf45daa709120a4e93754cb /mail/cucipop | |
parent | 08674e03e29fefe93e2d0b69760905a01cbad9df (diff) | |
download | pkgsrc-485d0ee096da867d8ea368d9823b2a22e63d6ecd.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/cucipop')
-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 6afdef4de76..cd47ad6e0eb 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/01/07 09:13:57 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2007/06/15 18:15:17 jlam Exp $ # DISTNAME= cucipop-1.31 @@ -20,7 +20,7 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER:Q} MAKE_ENV+= ROOT_GROUP=${ROOT_GROUP:Q} REQD_DIRS+= ${PREFIX}/share/cucipop/bulletins -SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${ROOT_USER} ${ROOT_GROUP} 2755 +SPECIAL_PERMS+= ${PREFIX}/sbin/cucipop ${ROOT_USER} ${ROOT_GROUP} 2555 PKG_OPTIONS_VAR= PKG_OPTIONS.cucipop PKG_SUPPORTED_OPTIONS= db inet6 |