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