]> git.ipfire.org Git - thirdparty/cups.git/blob - man/classes.conf.man
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / man / classes.conf.man
1 .\"
2 .\" "$Id: classes.conf.man 177 2006-06-21 00:20:03Z jlovell $"
3 .\"
4 .\" classes.conf man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2006 by Easy Software Products.
7 .\"
8 .\" These coded instructions, statements, and computer programs are the
9 .\" property of Easy Software Products and are protected by Federal
10 .\" copyright law. Distribution and use rights are outlined in the file
11 .\" "LICENSE.txt" which should have been included with this file. If this
12 .\" file is missing or damaged please contact Easy Software Products
13 .\" at:
14 .\"
15 .\" Attn: CUPS Licensing Information
16 .\" Easy Software Products
17 .\" 44141 Airport View Drive, Suite 204
18 .\" Hollywood, Maryland 20636 USA
19 .\"
20 .\" Voice: (301) 373-9600
21 .\" EMail: cups-info@cups.org
22 .\" WWW: http://www.cups.org
23 .\"
24 .TH classes.conf 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
25 .SH NAME
26 classes.conf \- class configuration file for cups
27 .SH DESCRIPTION
28 The \fIclasses.conf\fR file defines the local printer classes that are
29 available. It is normally located in the \fI/etc/cups\fR directory and
30 is generated automatically by the \fIcupsd(8)\fR program when printer
31 classes are added or deleted.
32 .LP
33 Each line in the file can be a configuration directive, a blank line,
34 or a comment. Comment lines start with the # character.
35 .SH DIRECTIVES
36 .TP 5
37 <Class name> ... </Class>
38 .br
39 Defines a specific printer class.
40 .TP 5
41 <DefaultClass name> ... </Class>
42 .br
43 Defines a default printer class.
44 .TP 5
45 Accepting Yes
46 .TP 5
47 Accepting No
48 .br
49 Specifies whether the printer is accepting new jobs.
50 .TP 5
51 AllowUser [ user @group ... ]
52 .br
53 Allows specific users and groups to print to the printer.
54 .TP 5
55 DenyUser [ user @group ... ]
56 .br
57 Prevents specific users and groups from printing to the printer.
58 .TP 5
59 ErrorPolicy cancel-job
60 .TP 5
61 ErrorPolicy retry-job
62 .TP 5
63 ErrorPolicy stop-printer
64 .br
65 Specifies the error policy for the printer.
66 .TP 5
67 Info text
68 .br
69 Specifies human-readable text describing the printer.
70 .TP 5
71 JobSheets banner banner
72 .br
73 Specifies the banner pages to use for the printer.
74 .TP 5
75 KLimit number
76 .br
77 Specifies the job-k-limit value for the printer.
78 .TP 5
79 Location text
80 .br
81 Specifies human-readable text describing the location of the printer.
82 .TP 5
83 OpPolicy name
84 .br
85 Specifies the operation policy for the printer.
86 .TP 5
87 PageLimit number
88 .br
89 Specifies the job-page-limit value for the printer.
90 .TP 5
91 Printer
92 .br
93 Specifies a printer that is a member of the printer class.
94 .TP 5
95 QuotaPeriod seconds
96 .br
97 Specifies the job-quota-period value for the printer.
98 .TP 5
99 Shared Yes
100 .TP 5
101 Shared No
102 .br
103 Specifies whether the printer is shared.
104 .TP 5
105 State idle
106 .TP 5
107 State stopped
108 .br
109 Specifies the initial state of the printer (Idle or Stopped)
110 .TP 5
111 StateMessage text
112 .br
113 Specifies the message associated with the state.
114 .TP 5
115 StateTime seconds
116 .br
117 Specifies the date/time associated with the state.
118 .SH SEE ALSO
119 \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
120 \fImime.types(5)\fR, \fIprinters.conf(5)\fR,
121 .br
122 http://localhost:631/help
123 .SH COPYRIGHT
124 Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
125 .\"
126 .\" End of "$Id: classes.conf.man 177 2006-06-21 00:20:03Z jlovell $".
127 .\"