]> git.ipfire.org Git - thirdparty/cups.git/blame - man/classes.conf.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / classes.conf.man
CommitLineData
ef416fc2 1.\"
07725fee 2.\" "$Id: classes.conf.man 5970 2006-09-19 20:11:08Z mike $"
ef416fc2 3.\"
4.\" classes.conf man page for the Common UNIX Printing System (CUPS).
5.\"
bd7854cb 6.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 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.\"
bd7854cb 24.TH classes.conf 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
ef416fc2 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
bd7854cb 41<DefaultClass name> ... </Class>
ef416fc2 42.br
bd7854cb 43Defines a default printer class.
ef416fc2 44.TP 5
bd7854cb 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
07725fee 59ErrorPolicy abort-job
bd7854cb 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
ef416fc2 80.br
bd7854cb 81Specifies human-readable text describing the location of the printer.
ef416fc2 82.TP 5
bd7854cb 83OpPolicy name
ef416fc2 84.br
bd7854cb 85Specifies the operation policy for the printer.
86.TP 5
87PageLimit number
88.br
89Specifies the job-page-limit value for the printer.
ef416fc2 90.TP 5
91Printer
92.br
93Specifies a printer that is a member of the printer class.
94.TP 5
bd7854cb 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
ef416fc2 108.br
bd7854cb 109Specifies the initial state of the printer (Idle or Stopped)
ef416fc2 110.TP 5
bd7854cb 111StateMessage text
ef416fc2 112.br
113Specifies the message associated with the state.
bd7854cb 114.TP 5
115StateTime seconds
116.br
117Specifies the date/time associated with the state.
ef416fc2 118.SH SEE ALSO
bd7854cb 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
ef416fc2 123.SH COPYRIGHT
bd7854cb 124Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
ef416fc2 125.\"
07725fee 126.\" End of "$Id: classes.conf.man 5970 2006-09-19 20:11:08Z mike $".
ef416fc2 127.\"