summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2007-06-15 18:15:06 +0000
committerjlam <jlam>2007-06-15 18:15:06 +0000
commit33d190189e30a5814916cc7824cea3f08adb74ec (patch)
tree2dc743a478318addecf45daa709120a4e93754cb /print
parent88db8e546457a1ee0d0af48fbc8ec56dc815849d (diff)
downloadpkgsrc-33d190189e30a5814916cc7824cea3f08adb74ec.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 'print')
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 8e123104afb..2f69d549a69 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2007/06/06 11:14:27 markd Exp $
+# $NetBSD: Makefile,v 1.123 2007/06/15 18:15:20 jlam Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -105,7 +105,7 @@ PKG_USERS= ${CUPS_USER}:${CUPS_GROUP}
PKG_GECOS.${CUPS_USER}= Common UNIX Printing System user
PKG_SHELL.${CUPS_USER}= ${SH}
-SPECIAL_PERMS= ${PREFIX}/bin/lppasswd ${CUPS_USER} ${CUPS_GROUP} 4755
+SPECIAL_PERMS= ${PREFIX}/bin/lppasswd ${CUPS_USER} ${CUPS_GROUP} 4555
CONF_FILES= ${EGDIR}/cupsd.conf ${CUPS_CONFDIR}/cupsd.conf
CONF_FILES+= ${EGDIR}/mime.convs ${CUPS_CONFDIR}/mime.convs
CONF_FILES+= ${EGDIR}/mime.types ${CUPS_CONFDIR}/mime.types