]> git.ipfire.org Git - thirdparty/cups.git/blame - man/classes.conf.man
Merge changes from CUPS 1.4svn-r8196 (CUPS 1.4b2)
[thirdparty/cups.git] / man / classes.conf.man
CommitLineData
ef416fc2 1.\"
75bd9771 2.\" "$Id: classes.conf.man 7600 2008-05-20 21:06:23Z mike $"
ef416fc2 3.\"
4.\" classes.conf man page for the Common UNIX Printing System (CUPS).
5.\"
e6013cfa 6.\" Copyright 2007-2008 by Apple Inc.
bd7854cb 7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
9.\" These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 14.\"
bc44d920 15.TH classes.conf 5 "Common UNIX Printing System" "12 February 2006" "Apple Inc."
ef416fc2 16.SH NAME
17classes.conf \- class configuration file for cups
18.SH DESCRIPTION
19The \fIclasses.conf\fR file defines the local printer classes that are
20available. It is normally located in the \fI/etc/cups\fR directory and
21is generated automatically by the \fIcupsd(8)\fR program when printer
22classes are added or deleted.
23.LP
24Each line in the file can be a configuration directive, a blank line,
25or a comment. Comment lines start with the # character.
26.SH DIRECTIVES
27.TP 5
28<Class name> ... </Class>
29.br
30Defines a specific printer class.
31.TP 5
bd7854cb 32<DefaultClass name> ... </Class>
ef416fc2 33.br
bd7854cb 34Defines a default printer class.
ef416fc2 35.TP 5
bd7854cb 36Accepting Yes
37.TP 5
38Accepting No
39.br
40Specifies whether the printer is accepting new jobs.
41.TP 5
42AllowUser [ user @group ... ]
43.br
44Allows specific users and groups to print to the printer.
45.TP 5
46DenyUser [ user @group ... ]
47.br
48Prevents specific users and groups from printing to the printer.
49.TP 5
07725fee 50ErrorPolicy abort-job
bd7854cb 51.TP 5
52ErrorPolicy retry-job
53.TP 5
54ErrorPolicy stop-printer
55.br
56Specifies the error policy for the printer.
57.TP 5
58Info text
59.br
60Specifies human-readable text describing the printer.
61.TP 5
62JobSheets banner banner
63.br
64Specifies the banner pages to use for the printer.
65.TP 5
66KLimit number
67.br
68Specifies the job-k-limit value for the printer.
69.TP 5
70Location text
ef416fc2 71.br
bd7854cb 72Specifies human-readable text describing the location of the printer.
ef416fc2 73.TP 5
bd7854cb 74OpPolicy name
ef416fc2 75.br
bd7854cb 76Specifies the operation policy for the printer.
77.TP 5
78PageLimit number
79.br
80Specifies the job-page-limit value for the printer.
ef416fc2 81.TP 5
82Printer
83.br
84Specifies a printer that is a member of the printer class.
85.TP 5
bd7854cb 86QuotaPeriod seconds
87.br
88Specifies the job-quota-period value for the printer.
89.TP 5
90Shared Yes
91.TP 5
92Shared No
93.br
94Specifies whether the printer is shared.
95.TP 5
96State idle
97.TP 5
98State stopped
ef416fc2 99.br
bd7854cb 100Specifies the initial state of the printer (Idle or Stopped)
ef416fc2 101.TP 5
bd7854cb 102StateMessage text
ef416fc2 103.br
104Specifies the message associated with the state.
bd7854cb 105.TP 5
106StateTime seconds
107.br
108Specifies the date/time associated with the state.
ef416fc2 109.SH SEE ALSO
bd7854cb 110\fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
111\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
112.br
113http://localhost:631/help
ef416fc2 114.SH COPYRIGHT
e6013cfa 115Copyright 2007-2008 by Apple Inc.
ef416fc2 116.\"
75bd9771 117.\" End of "$Id: classes.conf.man 7600 2008-05-20 21:06:23Z mike $".
ef416fc2 118.\"