]> git.ipfire.org Git - thirdparty/cups.git/blame - man/printers.conf.man
Load cups into easysw/current.
[thirdparty/cups.git] / man / printers.conf.man
CommitLineData
ef416fc2 1.\"
f7faf1f5 2.\" "$Id: printers.conf.man 5099 2006-02-13 02:46:10Z mike $"
ef416fc2 3.\"
4.\" printers.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 printers.conf 5 "Common UNIX Printing System" "12 February 2006" "Easy Software Products"
ef416fc2 25.SH NAME
26printers.conf \- printer configuration file for cups
27.SH DESCRIPTION
28The \fIprinters.conf\fR file defines the local printers 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 printers
31are 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
bd7854cb 37<Printer name> ... </Printer>
38.br
39Defines a specific printer.
40.TP 5
41<DefaultPrinter name> ... </Printer>
42.br
43Defines a default printer.
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
59DeviceURI uri
60.br
61Specifies the device URI for a printer.
62.TP 5
63ErrorPolicy cancel-job
64.TP 5
65ErrorPolicy retry-job
66.TP 5
67ErrorPolicy stop-printer
ef416fc2 68.br
bd7854cb 69Specifies the error policy for the printer.
ef416fc2 70.TP 5
bd7854cb 71Info text
ef416fc2 72.br
73Specifies human-readable text describing the printer.
74.TP 5
bd7854cb 75JobSheets banner banner
76.br
77Specifies the banner pages to use for the printer.
78.TP 5
79KLimit number
80.br
81Specifies the job-k-limit value for the printer.
82.TP 5
83Location text
ef416fc2 84.br
85Specifies human-readable text describing the location of the printer.
86.TP 5
bd7854cb 87OpPolicy name
ef416fc2 88.br
bd7854cb 89Specifies the operation policy for the printer.
ef416fc2 90.TP 5
bd7854cb 91PageLimit number
ef416fc2 92.br
bd7854cb 93Specifies the job-page-limit value for the printer.
94.TP 5
95PortMonitor monitor
96.br
97Specifies the port monitor for a printer.
ef416fc2 98.TP 5
bd7854cb 99QuotaPeriod seconds
100.br
101Specifies the job-quota-period value for the printer.
102.TP 5
103Shared Yes
104.TP 5
105Shared No
106.br
107Specifies whether the printer is shared.
108.TP 5
109State idle
110.TP 5
111State stopped
ef416fc2 112.br
113Specifies the initial state of the printer (Idle or Stopped)
114.TP 5
bd7854cb 115StateMessage text
ef416fc2 116.br
117Specifies the message associated with the state.
bd7854cb 118.TP 5
119StateTime seconds
120.br
121Specifies the date/time associated with the state.
ef416fc2 122.SH SEE ALSO
bd7854cb 123\fIclasses.conf(5)\fR, \fIcupsd(8)\fR, \fIcupsd.conf(5)\fR,
124\fImime.convs(5)\fR, \fImime.types(5)\fR,
125.br
126http://localhost:631/help
ef416fc2 127.SH COPYRIGHT
bd7854cb 128Copyright 1997-2006 by Easy Software Products, All Rights Reserved.
ef416fc2 129.\"
f7faf1f5 130.\" End of "$Id: printers.conf.man 5099 2006-02-13 02:46:10Z mike $".
ef416fc2 131.\"