]> 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.\"
2.\" "$Id: classes.conf.man 4493 2005-02-18 02:09:53Z mike $"
3.\"
4.\" classes.conf man page for the Common UNIX Printing System (CUPS).
5.\"
6.\" Copyright 1997-2005 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" "22 June 2000" "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
41Accepting
42.br
43Specifies whether or not the printer class is accepting new jobs.
44.TP 5
45Info
46.br
47Specifies human-readable text describing the printer class.
48.TP 5
49Location
50.br
51Specifies human-readable text describing the location of the printer class.
52.TP 5
53Printer
54.br
55Specifies a printer that is a member of the printer class.
56.TP 5
57State
58.br
59Specifies the initial state of the printer class (Idle or Stopped)
60.TP 5
61StateMessage
62.br
63Specifies the message associated with the state.
64.SH SEE ALSO
65cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5), printers.conf(5),
66CUPS Software Administrators Manual,
67http://localhost:631/documentation.html
68.SH COPYRIGHT
69Copyright 1993-2005 by Easy Software Products, All Rights Reserved.
70.\"
71.\" End of "$Id: classes.conf.man 4493 2005-02-18 02:09:53Z mike $".
72.\"