summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-15 18:15:06 +0000
committerjlam <jlam@pkgsrc.org>2007-06-15 18:15:06 +0000
commit12351d2476e45a48b25d65ccb4c43a2d0fbce6a4 (patch)
tree2dc743a478318addecf45daa709120a4e93754cb /print
parent180117a405eae3de2a5ad9227185c3b520b9ab8b (diff)
downloadpkgsrc-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 '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