~ubuntu-branches/ubuntu/wily/cups/wily

« back to all changes in this revision

Viewing changes to .pc/manpage-hyphen-minus.patch/man/cups-files.conf.man.in

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2013-05-03 11:30:59 UTC
  • mfrom: (100.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130503113059-u4vwqd3op51vu7o7
Update the patch adding libusb error handling to also discard its
errors in the counting of warning messages; this should make the
error-suite succeed in more cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\" "$Id: cups-files.conf.man.in 10818 2013-01-16 17:41:27Z mike $"
 
3
.\"
 
4
.\"   cupsd.conf man page for CUPS.
 
5
.\"
 
6
.\"   Copyright 2007-2013 by Apple Inc.
 
7
.\"   Copyright 1997-2006 by Easy Software Products.
 
8
.\"
 
9
.\"   These coded instructions, statements, and computer programs are the
 
10
.\"   property of Apple Inc. and are protected by Federal copyright
 
11
.\"   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
 
12
.\"   which should have been included with this file.  If this file is
 
13
.\"   file is missing or damaged, see the license at "http://www.cups.org/".
 
14
.\"
 
15
.TH cups-files.conf 5 "CUPS" "19 November 2012" "Apple Inc."
 
16
.SH NAME
 
17
cups-files.conf \- file and directory configuration file for cups
 
18
.SH DESCRIPTION
 
19
The \fIcups-files.conf\fR file configures the files and directories used by the
 
20
CUPS scheduler, \fIcupsd(8)\fR.  It is normally located in the
 
21
\fI@CUPS_SERVERROOT@\fR directory.
 
22
.LP
 
23
Each line in the file can be a configuration directive, a blank line,
 
24
or a comment. Comment lines start with the # character.
 
25
.SH DIRECTIVES
 
26
The following directives are understood by \fIcupsd(8)\fR. Consult the
 
27
on-line help for detailed descriptions:
 
28
.TP 5
 
29
AccessLog filename
 
30
.TP 5
 
31
AccessLog syslog
 
32
.br
 
33
Defines the access log filename.
 
34
.TP 5
 
35
ConfigFilePerm mode
 
36
.br
 
37
Specifies the permissions for all configuration files that the scheduler
 
38
writes.
 
39
.TP 5
 
40
DataDir path
 
41
.br
 
42
Specified the directory where data files can be found.
 
43
.TP 5
 
44
DocumentRoot directory
 
45
.br
 
46
Specifies the root directory for the internal web server documents.
 
47
.TP 5
 
48
ErrorLog filename
 
49
.TP 5
 
50
ErrorLog syslog
 
51
.br
 
52
Specifies the error log filename.
 
53
.TP 5
 
54
FatalErrors none
 
55
.TP 5
 
56
FatalErrors all -kind [... -kind]
 
57
.TP 5
 
58
FatalErrors kind [... kind]
 
59
.br
 
60
Specifies which errors are fatal, causing the scheduler to exit. "Kind" is
 
61
"browse", "config", "listen", "log", or "permissions".
 
62
.TP 5
 
63
FileDevice Yes
 
64
.TP 5
 
65
FileDevice No
 
66
.br
 
67
Specifies whether the file pseudo-device can be used for new
 
68
printer queues.
 
69
.TP 5
 
70
FontPath directory[:directory:...]
 
71
.br
 
72
Specifies the search path for fonts.
 
73
.TP 5
 
74
Group group-name-or-number
 
75
.br
 
76
Specifies the group name or ID that will be used when executing
 
77
external programs.
 
78
.TP 5
 
79
LogFilePerm mode
 
80
.br
 
81
Specifies the permissions for all log files that the scheduler writes.
 
82
.TP 5
 
83
PageLog filename
 
84
.TP 5
 
85
PageLog syslog
 
86
.br
 
87
Specifies the page log filename.
 
88
.TP 5
 
89
Printcap
 
90
.TP 5
 
91
Printcap filename
 
92
.br
 
93
Specifies the filename for a printcap file that is updated
 
94
automatically with a list of available printers (needed for
 
95
legacy applications); specifying Printcap with no filename
 
96
disables printcap generation.
 
97
.TP 5
 
98
RemoteRoot user-name
 
99
.br
 
100
Specifies the username that is associated with unauthenticated root
 
101
accesses.
 
102
.TP 5
 
103
RequestRoot directory
 
104
.br
 
105
Specifies the directory to store print jobs and other HTTP request
 
106
data.
 
107
.TP 5
 
108
ServerBin directory
 
109
.br
 
110
Specifies the directory where backends, CGIs, daemons, and filters may
 
111
be found.
 
112
.TP 5
 
113
ServerCertificate filename
 
114
.br
 
115
Specifies the encryption certificate to use.
 
116
.TP 5
 
117
ServerKey filename
 
118
.br
 
119
Specifies the encryption key to use.
 
120
.TP 5
 
121
ServerRoot directory
 
122
.br
 
123
Specifies the directory where the server configuration files can be found.
 
124
.TP 5
 
125
SystemGroup group-name [group-name ...]
 
126
.br
 
127
Specifies the group(s) to use for System class authentication.
 
128
.TP 5
 
129
TempDir directory
 
130
.br
 
131
Specifies the directory where temporary files are stored.
 
132
.TP 5
 
133
User user-name
 
134
.br
 
135
Specifies the user name or ID that is used when running external programs.
 
136
.SH SEE ALSO
 
137
\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
 
138
\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
 
139
\fIsubscriptions.conf(5)\fR,
 
140
.br
 
141
http://localhost:631/help
 
142
.SH COPYRIGHT
 
143
Copyright 2007-2013 by Apple Inc.
 
144
.\"
 
145
.\" End of "$Id: cups-files.conf.man.in 10818 2013-01-16 17:41:27Z mike $".
 
146
.\"