357c466e44
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/tags/release-1.0@4306 a1ca3aef-8c08-0410-bb20-df032aa958be
80 linhas
2.1 KiB
Plaintext
80 linhas
2.1 KiB
Plaintext
#
|
|
# "$Id: classes.conf 678 1999-09-22 18:10:55Z mike $"
|
|
#
|
|
# Sample class configuration file for the Common UNIX Printing System
|
|
# (CUPS) scheduler.
|
|
#
|
|
# Copyright 1997-1999 by Easy Software Products, all rights reserved.
|
|
#
|
|
# These coded instructions, statements, and computer programs are the
|
|
# property of Easy Software Products and are protected by Federal
|
|
# copyright law. Distribution and use rights are outlined in the file
|
|
# "LICENSE.txt" which should have been included with this file. If this
|
|
# file is missing or damaged please contact Easy Software Products
|
|
# at:
|
|
#
|
|
# Attn: CUPS Licensing Information
|
|
# Easy Software Products
|
|
# 44145 Airport View Drive, Suite 204
|
|
# Hollywood, Maryland 20636-3111 USA
|
|
#
|
|
# Voice: (301) 373-9603
|
|
# EMail: cups-info@cups.org
|
|
# WWW: http://www.cups.org
|
|
#
|
|
|
|
########################################################################
|
|
# #
|
|
# This is a sample class configuration file. This file is included #
|
|
# from the main configuration file (cups.conf) and lists all of the #
|
|
# printer classes known to the system. #
|
|
# #
|
|
########################################################################
|
|
|
|
#
|
|
# Each class starts with a <Class name> definition. Class names
|
|
# can be up to 128 characters in length and are *not* case sensitive.
|
|
#
|
|
# One <DefaultClass name> entry can appear in this file; if you don't
|
|
# define a default destination, the first printer or class becomes
|
|
# the default.
|
|
#
|
|
|
|
#<Class sample>
|
|
#
|
|
# Info: the description for the class.
|
|
#
|
|
|
|
#Info Acme LaserPrint 1000 Printers
|
|
|
|
#
|
|
# MoreInfo: a URL for more information on the printer.
|
|
#
|
|
|
|
#MoreInfo http://www.acme.com/lp1000.html
|
|
|
|
#
|
|
# Location: the location of the printer.
|
|
#
|
|
|
|
#Location Room 101 in the activities building
|
|
|
|
#
|
|
# Accepting: is the class accepting jobs?
|
|
#
|
|
#Accepting Yes
|
|
#Accepting No
|
|
#
|
|
|
|
#
|
|
# Printer: adds a printer to the class.
|
|
#
|
|
|
|
#Printer sample
|
|
#Printer sample@host2
|
|
#</Class>
|
|
|
|
#
|
|
# End of "$Id: classes.conf 678 1999-09-22 18:10:55Z mike $".
|
|
#
|