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