From 8104a9b13aa5e2d6935ef242c23dd81e5ddd6f64 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 7 Dec 2000 20:31:41 +0000 Subject: Add new CUPS_USER and CUPS_GROUP example config variables, and correct a small grammatical mistake I noted. --- mk/mk.conf.example | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'mk') 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 -- cgit v1.2.3