summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-07 20:31:41 +0000
committerjlam <jlam@pkgsrc.org>2000-12-07 20:31:41 +0000
commit8b42846a53a2980c5a3dfc441cc3966701e8b115 (patch)
tree4765f63323f1538586027b6f8af0749c642d74f9 /mk
parent3948f4b0c3bf9cea37adbf9befb9182f7b5b7f14 (diff)
downloadpkgsrc-8b42846a53a2980c5a3dfc441cc3966701e8b115.tar.gz
Add new CUPS_USER and CUPS_GROUP example config variables, and
correct a small grammatical mistake I noted.
Diffstat (limited to 'mk')
-rw-r--r--mk/mk.conf.example17
1 files changed, 14 insertions, 3 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 4260219399f..ac6d3421d87 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.164 2000/11/15 13:52:58 wiz Exp $
+# $NetBSD: mk.conf.example,v 1.165 2000/12/07 20:31:41 jlam Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -297,14 +297,25 @@
# Possible: defined, not defined
# Default: not defined
+#CUPS_GROUP= sys
+# Used in the cups package to specify the group to run CUPS commands as.
+# Possible: any group name
+# Default: sys
+
+#CUPS_USER= lp
+# Used in the cups package to specify the user to run CUPS commands as
+# and to create temporary files in the /var/spool/cups/tmp directory.
+# Possible: any user name
+# Default: lp
+
#CYRUS_GROUP= mail
-# Used in the cyrus-imapd package to specifies the group used for
+# Used in the cyrus-imapd package to specify the group used for
# installing setuid programs.
# Possible: any group name
# Default: mail
#CYRUS_USER= cyrus
-# Used in the cyrus-imapd package to specifies the userid used for
+# Used in the cyrus-imapd package to specify the userid used for
# installing setuid programs.
# Possible: any user name
# Default: backup