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 | 12351d2476e45a48b25d65ccb4c43a2d0fbce6a4 (patch) | |
tree | 2dc743a478318addecf45daa709120a4e93754cb /x11 | |
parent | 180117a405eae3de2a5ad9227185c3b520b9ab8b (diff) | |
download | pkgsrc-12351d2476e45a48b25d65ccb4c43a2d0fbce6a4.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 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 1c8f11c76db..6e76f001e56 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2007/06/08 12:35:37 markd Exp $ +# $NetBSD: Makefile,v 1.130 2007/06/15 18:15:21 jlam Exp $ DISTNAME= kdebase-${_KDE_VERSION} PKGREVISION= 1 @@ -106,7 +106,7 @@ PLIST_SUBST+= HAVE_JOYSTICK="@comment " ICONDIR= share/icons .if ${OPSYS} == "NetBSD" -SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${ROOT_USER} kmem 2755 +SPECIAL_PERMS+= ${PREFIX}/bin/ksysguardd ${BINOWN} kmem 2555 .endif .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" |