]> git.ipfire.org Git - thirdparty/cups.git/blob - conf/cups-files.conf.in
Fix a few STACK-detected issues:
[thirdparty/cups.git] / conf / cups-files.conf.in
1 #
2 # "$Id$"
3 #
4 # Sample file/directory/user/group configuration file for the CUPS scheduler.
5 # See "man cups-files.conf" for a complete description of this file.
6 #
7
8 # List of events that are considered fatal errors for the scheduler...
9 #FatalErrors @CUPS_FATAL_ERRORS@
10
11 # Do we call fsync() after writing configuration or status files?
12 #SyncOnClose No
13
14 # Default user and group for filters/backends/helper programs; this cannot be
15 # any user or group that resolves to ID 0 for security reasons...
16 #User @CUPS_USER@
17 #Group @CUPS_GROUP@
18
19 # Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
20 SystemGroup @CUPS_SYSTEM_GROUPS@
21 @CUPS_SYSTEM_AUTHKEY@
22
23 # User that is substituted for unauthenticated (remote) root accesses...
24 #RemoteRoot remroot
25
26 # Do we allow file: device URIs other than to /dev/null?
27 #FileDevice No
28
29 # Permissions for configuration and log files...
30 #ConfigFilePerm 0@CUPS_CONFIG_FILE_PERM@
31 #LogFilePerm 0@CUPS_LOG_FILE_PERM@
32
33 # Location of the file logging all access to the scheduler; may be the name
34 # "syslog". If not an absolute path, the value of ServerRoot is used as the
35 # root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
36 AccessLog @CUPS_LOGDIR@/access_log
37
38 # Location of cache files used by the scheduler...
39 #CacheDir @CUPS_CACHEDIR@
40
41 # Location of data files used by the scheduler...
42 #DataDir @CUPS_DATADIR@
43
44 # Location of the static web content served by the scheduler...
45 #DocumentRoot @CUPS_DOCROOT@
46
47 # Location of the file logging all messages produced by the scheduler and any
48 # helper programs; may be the name "syslog". If not an absolute path, the value
49 # of ServerRoot is used as the root directory. Also see the "LogLevel"
50 # directive in cupsd.conf.
51 ErrorLog @CUPS_LOGDIR@/error_log
52
53 # Location of fonts used by older print filters...
54 #FontPath @CUPS_FONTPATH@
55
56 # Location of LPD configuration
57 #LPDConfigFile @CUPS_DEFAULT_LPD_CONFIG_FILE@
58
59 # Location of the file logging all pages printed by the scheduler and any
60 # helper programs; may be the name "syslog". If not an absolute path, the value
61 # of ServerRoot is used as the root directory. Also see the "PageLogFormat"
62 # directive in cupsd.conf.
63 PageLog @CUPS_LOGDIR@/page_log
64
65 # Location of the file listing all of the local printers...
66 #Printcap @CUPS_DEFAULT_PRINTCAP@
67
68 # Format of the Printcap file...
69 #PrintcapFormat bsd
70 #PrintcapFormat plist
71 #PrintcapFormat solaris
72
73 # Location of all spool files...
74 #RequestRoot @CUPS_REQUESTS@
75
76 # Location of helper programs...
77 #ServerBin @CUPS_SERVERBIN@
78
79 # SSL/TLS certificate for the scheduler...
80 #ServerCertificate @CUPS_SERVERCERT@
81
82 # SSL/TLS private key for the scheduler...
83 #ServerKey @CUPS_SERVERKEY@
84
85 # Location of other configuration files...
86 #ServerRoot @CUPS_SERVERROOT@
87
88 # Location of Samba configuration file...
89 #SMBConfigFile @CUPS_DEFAULT_SMB_CONFIG_FILE@
90
91 # Location of scheduler state files...
92 #StateDir @CUPS_STATEDIR@
93
94 # Location of scheduler/helper temporary files. This directory is emptied on
95 # scheduler startup and cannot be one of the standard (public) temporary
96 # directory locations for security reasons...
97 #TempDir @CUPS_REQUESTS@/tmp
98
99 #
100 # End of "$Id$".
101 #