]> git.ipfire.org Git - thirdparty/cups.git/blob - man/classes.conf.man
9d4fe80da20e10e965232f81771f53d697f851d3
[thirdparty/cups.git] / man / classes.conf.man
1 .\"
2 .\" "$Id: classes.conf.man,v 1.4.2.2 2002/08/22 17:14:41 mike Exp $"
3 .\"
4 .\" classes.conf man page for the Common UNIX Printing System (CUPS).
5 .\"
6 .\" Copyright 1997-2002 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-3111 USA
19 .\"
20 .\" Voice: (301) 373-9603
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
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 Accepting
42 .br
43 Specifies whether or not the printer class is accepting new jobs.
44 .TP 5
45 Info
46 .br
47 Specifies human-readable text describing the printer class.
48 .TP 5
49 Location
50 .br
51 Specifies human-readable text describing the location of the printer class.
52 .TP 5
53 Printer
54 .br
55 Specifies a printer that is a member of the printer class.
56 .TP 5
57 State
58 .br
59 Specifies the initial state of the printer class (Idle or Stopped)
60 .TP 5
61 StateMessage
62 .br
63 Specifies the message associated with the state.
64 .SH SEE ALSO
65 cupsd(8), cupsd.conf(5), mime.convs(5), mime.types(5), printers.conf(5),
66 CUPS Software Administrators Manual,
67 http://localhost:631/documentation.html
68 .SH COPYRIGHT
69 Copyright 1993-2002 by Easy Software Products, All Rights Reserved.
70 .\"
71 .\" End of "$Id: classes.conf.man,v 1.4.2.2 2002/08/22 17:14:41 mike Exp $".
72 .\"