# /etc/printcap: printer capability database. See printcap(5).
# These are some example printers to go with the config file supplied with
# printbill. You will need to uncomment the printer definitions in
# /etc/printbill/printbillrc before these will work properly (with the
# correct charge rates). You also need to make sure that the spool
# directory is correct and that the devices (lp=) are pointing to the right
# device.

lp|billed|Laser printer (scheduler queue - print to this)
	:lp=/dev/null
	:achk=true
	:as=|/usr/sbin/printbill --type bill --printbill_secondary billed_real
	:sd=/var/spool/lpd/billed
	:mx#0
	:sh

billed_real|Laser printer (real queue - you can't print to this)
	:lp=/dev/lp0
	:achk=true
	:as=|/usr/sbin/printbill_printer
	:sd=/var/spool/lpd/billed_real
	:mx#0
	:sh

inkjet|Colour inkjet printer (user queue)
	:lp=/dev/null
	:achk=true
	:as=|/usr/sbin/printbill --type bill --printbill_secondary inkjet_real
	:sd=/var/spool/lpd/inkjet
	:mx#0
	:sh

inkjet_real|Colour inkjet printer (real queue)
	:lp=/dev/lp1
	:achk=true
	:as=|/usr/sbin/printbill_printer
	:sd=/var/spool/lpd/inkjet_real
	:if=/etc/magicfilter/stylus600_720dpi-filter
	:mx#0
	:sh

lazy|Lazybill printer
	:lp=/dev/lp0
	:achk=true
	:as=|/usr/sbin/printbill --type lazybill
	:sd=/var/spool/lpd/lazy
	:if=/etc/magicfilter/stylus600_720dpi-filter
	:mx#0
	:sh

acct|Account-only printer
	:lp=/dev/lp0
	:achk=true
	:as=|/usr/sbin/printbill --type account
	:sd=/var/spool/lpd/acct
	:if=/etc/magicfilter/stylus600_720dpi-filter
	:mx#0
	:sh

billed-quote|Quote generator for printer "billed"
	:lp=/dev/null
	:achk=true
	:as=|/usr/sbin/printbill --type quote --printbill_printer billed
	:sd=/var/spool/lpd/biled-quote
	:mx#0
	:sh

inkjet-quote|Quote generator for printer "inkjet"
	:lp=/dev/null
	:achk=true
	:as=|/usr/sbin/printbill --type quote --printbill_printer inkjet
	:sd=/var/spool/lpd/inkjet-quote
	:mx#0
	:sh
