summaryrefslogtreecommitdiff
path: root/doc/help/man-cups-files.conf.html
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-05-10 16:04:59 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-05-10 16:04:59 +0000
commit94436c5a61aea055504f3ef734f968683b39730d (patch)
tree761ac7183d92adb28b0ab7612b859bbeae64fdfc /doc/help/man-cups-files.conf.html
parent6961465fb290ecc4f99b4e3a8225d594782d15f5 (diff)
Final sync-up with cups.org trunk repository
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4297 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'doc/help/man-cups-files.conf.html')
-rw-r--r--doc/help/man-cups-files.conf.html169
1 files changed, 169 insertions, 0 deletions
diff --git a/doc/help/man-cups-files.conf.html b/doc/help/man-cups-files.conf.html
new file mode 100644
index 000000000..2d686e9e2
--- /dev/null
+++ b/doc/help/man-cups-files.conf.html
@@ -0,0 +1,169 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- SECTION: Man Pages -->
+<head>
+ <link rel="stylesheet" type="text/css" href="../cups-printable.css">
+ <title>cups-files.conf(5)</title>
+</head>
+<body>
+<h1 class="title">cups-files.conf(5)</h1>
+<h2 class="title"><a name="NAME">Name</a></h2>
+cups-files.conf - file and directory configuration file for cups
+<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
+The <i>cups-files.conf</i> file configures the files and directories used by the
+CUPS scheduler, <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>. It is normally located in the
+<i>/private/etc/cups</i> directory.
+<p>Each line in the file can be a configuration directive, a blank line,
+or a comment. Comment lines start with the # character.
+<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
+The following directives are understood by <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>. Consult the
+on-line help for detailed descriptions:
+<dl>
+<dt>AccessLog filename
+</dt>
+<dd></dd>
+<dt>AccessLog syslog
+</dt>
+<dd></dd>
+<dd>Defines the access log filename.
+</dd>
+<dt>ConfigFilePerm mode
+</dt>
+<dd></dd>
+<dd>Specifies the permissions for all configuration files that the scheduler
+writes.
+</dd>
+<dt>DataDir path
+</dt>
+<dd></dd>
+<dd>Specified the directory where data files can be found.
+</dd>
+<dt>DocumentRoot directory
+</dt>
+<dd></dd>
+<dd>Specifies the root directory for the internal web server documents.
+</dd>
+<dt>ErrorLog filename
+</dt>
+<dd></dd>
+<dt>ErrorLog syslog
+</dt>
+<dd></dd>
+<dd>Specifies the error log filename.
+</dd>
+<dt>FatalErrors none
+</dt>
+<dd></dd>
+<dt>FatalErrors all -kind [... -kind]
+</dt>
+<dd></dd>
+<dt>FatalErrors kind [... kind]
+</dt>
+<dd></dd>
+<dd>Specifies which errors are fatal, causing the scheduler to exit. "Kind" is
+"browse", "config", "listen", "log", or "permissions".
+</dd>
+<dt>FileDevice Yes
+</dt>
+<dd></dd>
+<dt>FileDevice No
+</dt>
+<dd></dd>
+<dd>Specifies whether the file pseudo-device can be used for new
+printer queues.
+</dd>
+<dt>FontPath directory[:directory:...]
+</dt>
+<dd></dd>
+<dd>Specifies the search path for fonts.
+</dd>
+<dt>Group group-name-or-number
+</dt>
+<dd></dd>
+<dd>Specifies the group name or ID that will be used when executing
+external programs.
+</dd>
+<dt>LogFilePerm mode
+</dt>
+<dd></dd>
+<dd>Specifies the permissions for all log files that the scheduler writes.
+</dd>
+<dt>PageLog filename
+</dt>
+<dd></dd>
+<dt>PageLog syslog
+</dt>
+<dd></dd>
+<dd>Specifies the page log filename.
+</dd>
+<dt>Printcap
+</dt>
+<dd></dd>
+<dt>Printcap filename
+</dt>
+<dd></dd>
+<dd>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.
+</dd>
+<dt>RemoteRoot user-name
+</dt>
+<dd></dd>
+<dd>Specifies the username that is associated with unauthenticated root
+accesses.
+</dd>
+<dt>RequestRoot directory
+</dt>
+<dd></dd>
+<dd>Specifies the directory to store print jobs and other HTTP request
+data.
+</dd>
+<dt>ServerBin directory
+</dt>
+<dd></dd>
+<dd>Specifies the directory where backends, CGIs, daemons, and filters may
+be found.
+</dd>
+<dt>ServerCertificate filename
+</dt>
+<dd></dd>
+<dd>Specifies the encryption certificate to use.
+</dd>
+<dt>ServerKey filename
+</dt>
+<dd></dd>
+<dd>Specifies the encryption key to use.
+</dd>
+<dt>ServerRoot directory
+</dt>
+<dd></dd>
+<dd>Specifies the directory where the server configuration files can be found.
+</dd>
+<dt>SystemGroup group-name [group-name ...]
+</dt>
+<dd></dd>
+<dd>Specifies the group(s) to use for System class authentication.
+</dd>
+<dt>TempDir directory
+</dt>
+<dd></dd>
+<dd>Specifies the directory where temporary files are stored.
+</dd>
+<dt>User user-name
+</dt>
+<dd></dd>
+<dd>Specifies the user name or ID that is used when running external programs.
+</dd>
+</dl>
+<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
+<a href='man-classes.conf.html?TOPIC=Man+Pages'>classes.conf(5)</a>, <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>, <a href='man-cupsd.conf.html?TOPIC=Man+Pages'>cupsd.conf(5)</a>, <a href='man-mime.convs.html?TOPIC=Man+Pages'>mime.convs(5)</a>,
+<a href='man-mime.types.html?TOPIC=Man+Pages'>mime.types(5)</a>, <a href='man-printers.conf.html?TOPIC=Man+Pages'>printers.conf(5)</a>,
+<a href='man-subscriptions.conf.html?TOPIC=Man+Pages'>subscriptions.conf(5)</a>,
+<br>
+<a href='http://localhost:631/help'>http://localhost:631/help</a>
+<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
+Copyright 2007-2013 by Apple Inc.
+
+</body>
+</html>