Blame conf/cups-files.conf.in

Packit 2fc92b
#
Packit 2fc92b
# File/directory/user/group configuration file for the CUPS scheduler.
Packit 2fc92b
# See "man cups-files.conf" for a complete description of this file.
Packit 2fc92b
#
Packit 2fc92b
Packit 2fc92b
# List of events that are considered fatal errors for the scheduler...
Packit 2fc92b
#FatalErrors @CUPS_FATAL_ERRORS@
Packit 2fc92b
Packit 2fc92b
# Do we call fsync() after writing configuration or status files?
Packit Bot 120068
#SyncOnClose No
Packit 2fc92b
Packit 2fc92b
# Default user and group for filters/backends/helper programs; this cannot be
Packit 2fc92b
# any user or group that resolves to ID 0 for security reasons...
Packit 2fc92b
#User @CUPS_USER@
Packit 2fc92b
#Group @CUPS_GROUP@
Packit 2fc92b
Packit 2fc92b
# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
Packit 2fc92b
# This cannot contain the Group value for security reasons...
Packit Bot 120068
SystemGroup @CUPS_SYSTEM_GROUPS@
Packit 2fc92b
@CUPS_SYSTEM_AUTHKEY@
Packit 2fc92b
Packit 2fc92b
# User that is substituted for unauthenticated (remote) root accesses...
Packit 2fc92b
#RemoteRoot remroot
Packit 2fc92b
Packit 2fc92b
# Do we allow file: device URIs other than to /dev/null?
Packit 2fc92b
#FileDevice No
Packit 2fc92b
Packit 2fc92b
# Permissions for configuration and log files...
Packit 2fc92b
#ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@
Packit 2fc92b
#LogFilePerm 0@CUPS_LOG_FILE_PERM@
Packit 2fc92b
Packit 2fc92b
# Location of the file logging all access to the scheduler; may be the name
Packit Bot 120068
# "syslog". If not an absolute path, the value of ServerRoot is used as the
Packit 2fc92b
# root directory.  Also see the "AccessLogLevel" directive in cupsd.conf.
Packit Bot 120068
AccessLog @CUPS_LOGDIR@/access_log
Packit 2fc92b
Packit 2fc92b
# Location of cache files used by the scheduler...
Packit 2fc92b
#CacheDir @CUPS_CACHEDIR@
Packit 2fc92b
Packit 2fc92b
# Location of data files used by the scheduler...
Packit 2fc92b
#DataDir @CUPS_DATADIR@
Packit 2fc92b
Packit 2fc92b
# Location of the static web content served by the scheduler...
Packit 2fc92b
#DocumentRoot @CUPS_DOCROOT@
Packit 2fc92b
Packit 2fc92b
# Location of the file logging all messages produced by the scheduler and any
Packit Bot 120068
# helper programs; may be the name "syslog". If not an absolute path, the value
Packit 2fc92b
# of ServerRoot is used as the root directory.  Also see the "LogLevel"
Packit 2fc92b
# directive in cupsd.conf.
Packit Bot 120068
ErrorLog @CUPS_LOGDIR@/error_log
Packit 2fc92b
Packit 2fc92b
# Location of fonts used by older print filters...
Packit 2fc92b
#FontPath @CUPS_FONTPATH@
Packit 2fc92b
Packit 2fc92b
# Location of LPD configuration
Packit 2fc92b
#LPDConfigFile @CUPS_DEFAULT_LPD_CONFIG_FILE@
Packit 2fc92b
Packit 2fc92b
# Location of the file logging all pages printed by the scheduler and any
Packit Bot 120068
# helper programs; may be the name "syslog". If not an absolute path, the value
Packit 2fc92b
# of ServerRoot is used as the root directory.  Also see the "PageLogFormat"
Packit 2fc92b
# directive in cupsd.conf.
Packit Bot 120068
PageLog @CUPS_LOGDIR@/page_log
Packit 2fc92b
Packit 2fc92b
# Location of the file listing all of the local printers...
Packit 2fc92b
#Printcap @CUPS_DEFAULT_PRINTCAP@
Packit 2fc92b
Packit 2fc92b
# Format of the Printcap file...
Packit 2fc92b
#PrintcapFormat bsd
Packit 2fc92b
#PrintcapFormat plist
Packit 2fc92b
#PrintcapFormat solaris
Packit 2fc92b
Packit 2fc92b
# Location of all spool files...
Packit 2fc92b
#RequestRoot @CUPS_REQUESTS@
Packit 2fc92b
Packit 2fc92b
# Location of helper programs...
Packit 2fc92b
#ServerBin @CUPS_SERVERBIN@
Packit 2fc92b
Packit 2fc92b
# SSL/TLS keychain for the scheduler...
Packit 2fc92b
#ServerKeychain @CUPS_SERVERKEYCHAIN@
Packit 2fc92b
Packit 2fc92b
# Location of other configuration files...
Packit 2fc92b
#ServerRoot @CUPS_SERVERROOT@
Packit 2fc92b
Packit 2fc92b
# Location of Samba configuration file...
Packit 2fc92b
#SMBConfigFile @CUPS_DEFAULT_SMB_CONFIG_FILE@
Packit 2fc92b
Packit 2fc92b
# Location of scheduler state files...
Packit 2fc92b
#StateDir @CUPS_STATEDIR@
Packit 2fc92b
Packit 2fc92b
# Location of scheduler/helper temporary files. This directory is emptied on
Packit 2fc92b
# scheduler startup and cannot be one of the standard (public) temporary
Packit 2fc92b
# directory locations for security reasons...
Packit 2fc92b
#TempDir @CUPS_REQUESTS@/tmp