]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - man/cups-files.conf.man.in
Remove more unnecessary documentation.
[thirdparty/cups.git] / man / cups-files.conf.man.in
index 054227f271857c747781e033d48a0d008f6e18f0..cc0788b15cda58d98ec20b14c75b7240eb65690b 100644 (file)
@@ -1,7 +1,7 @@
 .\"
 .\" "$Id$"
 .\"
-.\" cupsd.conf man page for CUPS.
+.\" cups-files.conf man page for CUPS.
 .\"
 .\" Copyright 2007-2014 by Apple Inc.
 .\" Copyright 1997-2006 by Easy Software Products.
 .\" which should have been included with this file.  If this file is
 .\" file is missing or damaged, see the license at "http://www.cups.org/".
 .\"
-.TH cups-files.conf 5 "CUPS" "6 February 2014" "Apple Inc."
+.TH cups-files.conf 5 "CUPS" "15 April 2014" "Apple Inc."
 .SH NAME
-cups-files.conf \- file and directory configuration file for cups
+cups\-files.conf \- file and directory configuration file for cups
 .SH DESCRIPTION
-The \fIcups-files.conf\fR file configures the files and directories used by the
-CUPS scheduler, \fIcupsd(8)\fR.  It is normally located in the
-\fI/etc/cups\fR directory.
+The \fBcups\-files.conf\fR file configures the files and directories used by the CUPS scheduler,
+.BR cupsd (8).
+It is normally located in the \fI/etc/cups\fR directory.
 .LP
-Each line in the file can be a configuration directive, a blank line,
-or a comment. Comment lines start with the # character.
-.SH DIRECTIVES
-The following directives are understood by \fIcupsd(8)\fR. Consult the
-on-line help for detailed descriptions:
+Each line in the file can be a configuration directive, a blank line, or a comment.
+Comment lines start with the # character.
+.SS DIRECTIVES
+The following directives are understood by
+.BR cupsd (8):
 .TP 5
-AccessLog filename
+\fBAccessLog \fIfilename\fR
 .TP 5
-AccessLog syslog
-.br
+\fBAccessLog \fR[ \fIfilename\fR ]
+.TP 5
+\fBAccessLog syslog\fR
 Defines the access log filename.
+The value "syslog" causes log entries to be sent to the system log daemon.
+Specifying a blank filename disables access log generation.
+The server name may be included in filenames using the string "%s", for example:
+.nf
+
+    AccessLog /var/log/cups/%s-access_log
+
+.fi
 .TP 5
-ConfigFilePerm mode
-.br
-Specifies the permissions for all configuration files that the scheduler
-writes.
+\fBConfigFilePerm \fImode\fR
+Specifies the permissions for all configuration files that the scheduler writes.
+The default is 0644 on OS X and 0640 on all other operating systems.
+\fBNote:\fR The permissions for the printers.conf file are currently masked to only allow access from the scheduler user (typically root).
+This is done because printer device URIs sometimes contain sensitive authentication information that should not be generally known on the system.
+There is no way to disable this security feature.
 .TP 5
-DataDir path
-.br
-Specified the directory where data files can be found.
+\fBDataDir \fIpath\fR
+Specifies the directory where data files can be found. The default is usually \fI/usr/share/cups\fR.
 .TP 5
-DocumentRoot directory
-.br
-Specifies the root directory for the internal web server documents.
+\fBDocumentRoot \fIdirectory\fR
+Specifies the root directory for the CUPS web interface content. The default is usually \fI/usr/share/doc/cups\fR.
 .TP 5
-ErrorLog filename
+\fBErrorLog \fR[ \fIfilename\fR ]
 .TP 5
-ErrorLog syslog
-.br
-Specifies the error log filename.
+\fBErrorLog syslog\fR
+Defines the error log filename.
+The value "syslog" causes log entries to be sent to the system log daemon.
+Specifying a blank filename disables error log generation.
+The server name may be included in filenames using the string "%s", for example:
+.nf
+
+    ErrorLog /var/log/cups/%s-error_log
+
+.fi
 .TP 5
-FatalErrors none
+\fBFatalErrors none\fR
 .TP 5
-FatalErrors all -kind [... -kind]
+\fBFatalErrors all \fI\-kind \fR[ \fI... \-kind \fR]
 .TP 5
-FatalErrors kind [... kind]
-.br
-Specifies which errors are fatal, causing the scheduler to exit. "Kind" is
-"browse", "config", "listen", "log", or "permissions".
+\fBFatalErrors \fIkind \fR[ \fI... kind \fR]
+Specifies which errors are fatal, causing the scheduler to exit.
+The default setting is "config".
+The \fIkind\fR strings are:
+.RS 5
 .TP 5
-FileDevice Yes
+.B none
+No errors are fatal.
 .TP 5
-FileDevice No
-.br
-Specifies whether the file pseudo-device can be used for new
-printer queues.
+.B all
+All of the errors below are fatal.
 .TP 5
-FontPath directory[:directory:...]
-.br
-Specifies the search path for fonts.
+.B browse
+Browsing initialization errors are fatal, for example failed connections to the DNS-SD daemon.
+.TP 5
+.B config
+Configuration file syntax errors are fatal.
+.TP 5
+.B listen
+Listen or Port errors are fatal, except for IPv6 failures on the loopback or "any" addresses.
+.TP 5
+.B log
+Log file creation or write errors are fatal.
 .TP 5
-Group group-name-or-number
-.br
-Specifies the group name or ID that will be used when executing
-external programs.
+.B permissions
+Bad startup file permissions are fatal, for example shared TLS certificate and key files with world-read permissions.
+.RE
+.TP 5
+\fBFileDevice Yes\fR
+.TP 5
+\fBFileDevice No\fR
+Specifies whether the file pseudo-device can be used for new printer queues.
+The URI "file:///dev/null" is always allowed.
+.TP 5
+\fBFontPath \fIdirectory\fR[:\fI...\fR:\fIdirectory\fR]
+Specifies the search path for fonts.
+\fBThis directive is deprecated and will no longer be supported in a future release of CUPS.\fR
 .TP 5
-LogFilePerm mode
-.br
-Specifies the permissions for all log files that the scheduler writes.
+\fBGroup \fIgroup-name-or-number\fR
+Specifies the group name or ID that will be used when executing external programs.
+The default group is operating system specific but is usually \fIlp\fR or \fInobody\fR.
 .TP 5
-PageLog filename
+\fBLogFilePerm \fImode\fR
+Specifies the permissions of all log files that the scheduler writes. The default is 0644.
 .TP 5
-PageLog syslog
-.br
-Specifies the page log filename.
+\fBPageLog \fR[ \fIfilename\fR ]
 .TP 5
-Printcap
+\fBPageLog syslog\fR
+Defines the page log filename.
+The value "syslog" causes log entries to be sent to the system log daemon.
+Specifying a blank filename disables page log generation.
+The server name may be included in filenames using the string "%s", for example:
+.nf
+
+    PageLog /var/log/cups/%s-page_log
+
+.fi
 .TP 5
-Printcap filename
-.br
-Specifies the filename for a printcap file that is updated
-automatically with a list of available printers (needed for
-legacy applications); specifying Printcap with no filename
-disables printcap generation.
+\fBPrintcap \fR[ \fIfilename\fR ]
+Defines the printcap filename that the scheduler automatically updates with the current list of available printers, which is sometimes used by legacy applications.
+Specifying a blank filename disables printcap generation.
+\fBThis directive is deprecated and will no longer be supported in a future release of CUPS.\fR
 .TP 5
-RemoteRoot user-name
-.br
-Specifies the username that is associated with unauthenticated root
-accesses.
+\fBRemoteRoot \fIusername\fR
+Specifies the username that is associated with unauthenticated accesses by clients claiming to be the root user.
 .TP 5
-RequestRoot directory
-.br
-Specifies the directory to store print jobs and other HTTP request
-data.
+\fBRequestRoot \fIdirectory\fR
+Specifies the directory that contains print jobs and other HTTP request data.
 .TP 5
-Sandboxing off
+\fBSandboxing off\fR
 .TP 5
-Sandboxing relaxed
+\fBSandboxing relaxed\fR
 .TP 5
-Sandboxing strict
-Specifies the level of security sandboxing that is applied to print filters, backends, and other child processes of the scheduler. The default is "strict". (OS X only)
+\fBSandboxing strict\fR
+Specifies the level of security sandboxing that is applied to print filters, backends, and other child processes of the scheduler.
+The default is "strict".
+This directive is currently only used on OS X.
 .TP 5
-ServerBin directory
-.br
-Specifies the directory where backends, CGIs, daemons, and filters may
-be found.
+\fBServerBin \fIdirectory\fR
+Specifies the directory containing the backends, CGI programs, filters, helper programs, notifiers, and port monitors.
 .TP 5
-ServerKeychain path
-.br
+\fBServerKeychain \fIpath\fR
 Specifies the location of TLS certificates and private keys.
 .TP 5
-ServerRoot directory
-.br
-Specifies the directory where the server configuration files can be found.
+\fBServerRoot \fIdirectory\fR
+Specifies the directory containing the server configuration files.
 .TP 5
-SyncOnClose Yes
+\fBSyncOnClose Yes\fR
 .TP 5
-SyncOnClose No
-Specifies whether the scheduler calls \fIfsync(2)\fR after writing configuration
-or state files. The default is No.
+\fBSyncOnClose No\fR
+Specifies whether the scheduler calls
+.BR fsync (2)
+after writing configuration or state files. The default is No.
 .TP 5
-SystemGroup group-name [group-name ...]
-.br
-Specifies the group(s) to use for System class authentication.
+\fBSystemGroup \fIgroup-name \fR[ \fI... group-name\fR ]
+Specifies the group(s) to use for \fI@SYSTEM\fR group authentication.
 .TP 5
-TempDir directory
-.br
+\fBTempDir \fIdirectory\fR
 Specifies the directory where temporary files are stored.
 .TP 5
-User user-name
-.br
+\fBUser \fIusername\fR
 Specifies the user name or ID that is used when running external programs.
 .SH SEE ALSO
-\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
-\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
-\fIsubscriptions.conf(5)\fR,
-.br
-http://localhost:631/help
+.BR classes.conf (5),
+.BR cups (1),
+.BR cupsd (8),
+.BR cupsd.conf (5),
+.BR mime.convs (5),
+.BR mime.types (5),
+.BR printers.conf (5),
+.BR subscriptions.conf (5),
+CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright 2007-2014 by Apple Inc.
+Copyright \[co] 2007-2014 by Apple Inc.
 .\"
 .\" End of "$Id$".
 .\"