From d5bd223815f9da6594711bf051500ba1ab1e4f3c Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 15 Jun 2007 18:15:06 +0000 Subject: * 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. --- mail/cucipop/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/cucipop') 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 -- cgit v1.2.3