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