Changeset 1317 for pykota/trunk/conf

Show
Ignore:
Timestamp:
01/26/04 20:21:22 (20 years ago)
Author:
jalet
Message:

Added an example requester for parallel printers using special PJL job,
thanks to Matt Hyclak for testing and debugging.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/conf/pykota.conf.sample

    r1296 r1317  
    323323#     requester: external(/usr/bin/papwaitprinter.sh "MyPrinter:LaserWriter@*" && /usr/bin/pap -p "MyPrinter:LaserWriter@*" /etc/pagecount.ps  2>/dev/null | grep -v status | grep -v Connect | tail -1) 
    324324# 
     325# An example for parallel printers like the HP Laserjet 5MP : 
     326# 
     327#     requester: external(/bin/cat /usr/share/pykota/untested/pjl/pagecount.pjl >/dev/lp0 && /usr/bin/head -2 </dev/lp0 | /usr/bin/tail -1) 
     328#  
     329#  
    325330# This value can be set either globally or per printer or both. 
    326331# If both are defined, the printer option has priority.