]> git.ipfire.org Git - thirdparty/cups.git/blob - conf/printers.conf
Load cups into easysw/current.
[thirdparty/cups.git] / conf / printers.conf
1 #
2 # "$Id: printers.conf 4494 2005-02-18 02:18:11Z mike $"
3 #
4 # Sample printer configuration file for the Common UNIX Printing System
5 # (CUPS) scheduler.
6 #
7 # Copyright 1997-2005 by Easy Software Products, all rights reserved.
8 #
9 # These coded instructions, statements, and computer programs are the
10 # property of Easy Software Products and are protected by Federal
11 # copyright law. Distribution and use rights are outlined in the file
12 # "LICENSE.txt" which should have been included with this file. If this
13 # file is missing or damaged please contact Easy Software Products
14 # at:
15 #
16 # Attn: CUPS Licensing Information
17 # Easy Software Products
18 # 44141 Airport View Drive, Suite 204
19 # Hollywood, Maryland 20636 USA
20 #
21 # Voice: (301) 373-9600
22 # EMail: cups-info@cups.org
23 # WWW: http://www.cups.org
24 #
25
26 ########################################################################
27 # #
28 # This is a sample printer configuration file. This file is included #
29 # from the main configuration file (cups.conf) and lists all of the #
30 # printers known to the system. #
31 # #
32 ########################################################################
33
34 #
35 # Each printer starts with a <Printer name> definition. Printer names
36 # can be up to 128 characters in length and are *not* case sensitive.
37 #
38 # One <DefaultPrinter name> entry can appear in this file; if you don't
39 # define a default destination, the first printer or class becomes the
40 # default.
41 #
42
43 #<Printer sample>
44 #
45 # Info: the description for the printer.
46 #
47
48 #Info Acme LaserPrint 1000
49
50 #
51 # Location: the location of the printer.
52 #
53
54 #Location Room 101 in the activities building
55
56 #
57 # DeviceURI: the device URI for this printer.
58 #
59
60 #DeviceURI parallel:/dev/plp
61 #DeviceURI serial:/dev/ttyd1?baud=38400+size=8+parity=none+flow=soft
62 #DeviceURI scsi:/dev/scsi/sc1d6l0
63 #DeviceURI socket://hostname:port
64 #DeviceURI tftp://hostname/path
65 #DeviceURI ftp://hostname/path
66 #DeviceURI http://hostname[:port]/path
67 #DeviceURI ipp://hostname/path
68 #DeviceURI smb://hostname/printer
69
70 #
71 # State: sets the initial state of the printer. Can be one of the
72 # following:
73 #
74 # Idle - Printer is available to print new jobs.
75 # Stopped - Printer is disabled but accepting new jobs.
76 #
77
78 #State Idle
79
80 #
81 # StateMessage: sets the printer-state-message attribute for the printer.
82 #
83
84 #StateMessage Printer is idle.
85
86 #
87 # Accepting: is the printer accepting jobs?
88 #
89 #Accepting Yes
90 #Accepting No
91
92 #</Printer>
93
94 #
95 # End of "$Id: printers.conf 4494 2005-02-18 02:18:11Z mike $".
96 #