]> git.ipfire.org Git - thirdparty/cups.git/blame - man/classes.conf.man
Merge changes from CUPS 1.4svn-r8606.
[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.\"
c168a833 6.\" Copyright 2007-2009 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.\"
f11a948a 15.TH classes.conf 5 "CUPS" "29 April 2009" "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
bd7854cb 50Info text
51.br
52Specifies human-readable text describing the printer.
53.TP 5
54JobSheets banner banner
55.br
56Specifies the banner pages to use for the printer.
57.TP 5
58KLimit number
59.br
60Specifies the job-k-limit value for the printer.
61.TP 5
62Location text
ef416fc2 63.br
bd7854cb 64Specifies human-readable text describing the location of the printer.
ef416fc2 65.TP 5
bd7854cb 66OpPolicy name
ef416fc2 67.br
bd7854cb 68Specifies the operation policy for the printer.
69.TP 5
70PageLimit number
71.br
72Specifies the job-page-limit value for the printer.
ef416fc2 73.TP 5
74Printer
75.br
76Specifies a printer that is a member of the printer class.
77.TP 5
bd7854cb 78QuotaPeriod seconds
79.br
80Specifies the job-quota-period value for the printer.
81.TP 5
82Shared Yes
83.TP 5
84Shared No
85.br
86Specifies whether the printer is shared.
87.TP 5
88State idle
89.TP 5
90State stopped
ef416fc2 91.br
bd7854cb 92Specifies the initial state of the printer (Idle or Stopped)
ef416fc2 93.TP 5
bd7854cb 94StateMessage text
ef416fc2 95.br
96Specifies the message associated with the state.
bd7854cb 97.TP 5
98StateTime seconds
99.br
100Specifies the date/time associated with the state.
ef416fc2 101.SH SEE ALSO
bd7854cb 102\fIcupsd(8)\fR, \fIcupsd.conf(5)\fR, \fImime.convs(5)\fR,
103\fImime.types(5)\fR, \fIprinters.conf(5)\fR,
104.br
105http://localhost:631/help
ef416fc2 106.SH COPYRIGHT
c168a833 107Copyright 2007-2009 by Apple Inc.
ef416fc2 108.\"
75bd9771 109.\" End of "$Id: classes.conf.man 7600 2008-05-20 21:06:23Z mike $".
ef416fc2 110.\"