1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
# Redefinitions are silently ignored. Be careful to define last the
# choices you want. The order of processing is /etc/printrc and
# then ~/.printrc
########################################################################
#
# Configurable options
#
#
# Directory to store jobs
#job_dir "~/.printjobs"
# Time (in seconds) for which job files will be saved.
# Jobs files will be cleaned up after new jobs finish.
#job_history_duration 259200
# Maximum number of times to try to connect to the printer.
#max_send_tries 30
# Delay (in seconds) between attempting to resend
#delay_between_tries 10
# Default printer definition
#default_printer pokey
# Path that gets passed to driver scripts
driver_command_path "/bin:/usr/bin:/usr/local/bin"
# Path that gets passed to interface scripts
interface_command_path "/bin:/usr/bin:/usr/local/bin"
########################################################################
#
# Extra pieces of this config file, that define drivers and interfaces.
#
#
try_include "/etc/pdq/interfaces/*"
try_include "/etc/pdq/drivers/*/*"
########################################################################
#
# Local printer definitions - Note that xpdq will create entries
# automatically. Changes made by superuser
# will be made to global config files. To add
# entries by hand, see man printrc(5) for
# examples.
#
#printer "stylusc800" {
## Added by the wizard on Fri Apr 30 12:10:16 1999
#location "216 Talbot Lab"
#model "Epson Stylus Color 800"
#driver "epson-stylus"
#interface "bsd-lpd"
#driver_opts ""
#driver_args "720x720, fscmyk"
#interface_opts ""
#interface_args "QUEUE = raw, REMOTE_HOST = printer.foo.edu"
#}
|