]> git.ipfire.org Git - thirdparty/cups.git/blame - conf/classes.conf
To prepare to load cups into easysw/current, perform 4 renames.
[thirdparty/cups.git] / conf / classes.conf
CommitLineData
ef416fc2 1#
2# "$Id: classes.conf 4494 2005-02-18 02:18:11Z mike $"
3#
4# Sample class 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 class configuration file. This file is included #
29# from the main configuration file (cups.conf) and lists all of the #
30# printer classes known to the system. #
31# #
32########################################################################
33
34#
35# Each class starts with a <Class name> definition. Class names
36# can be up to 128 characters in length and are *not* case sensitive.
37#
38# One <DefaultClass name> entry can appear in this file; if you don't
39# define a default destination, the first printer or class becomes
40# the default.
41#
42
43#<Class sample>
44#
45# Info: the description for the class.
46#
47
48#Info Acme LaserPrint 1000 Printers
49
50#
51# Location: the location of the printer.
52#
53
54#Location Room 101 in the activities building
55
56#
57# State: sets the initial state of the class. Can be one of the
58# following:
59#
60# Idle - Class is available to print new jobs.
61# Stopped - Class is disabled but accepting new jobs.
62#
63
64#State Idle
65
66#
67# StateMessage: sets the printer-state-message attribute for the class.
68#
69
70#StateMessage Class is idle.
71
72#
73# Accepting: is the class accepting jobs?
74#
75#Accepting Yes
76#Accepting No
77#
78
79#
80# Printer: adds a printer to the class.
81#
82
83#Printer sample
84#Printer sample@host2
85#</Class>
86
87#
88# End of "$Id: classes.conf 4494 2005-02-18 02:18:11Z mike $".
89#