Changeset 1093 for pykota/trunk/conf

Show
Ignore:
Timestamp:
07/22/03 21:08:49 (21 years ago)
Author:
jalet
Message:

External requester example with netcat added to sample configuration file,
as well as two PJL job files to do some testing.
The netcat external requester is not tested with PyKota.

Files:
1 modified

Legend:

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

    r1088 r1093  
    246246# 
    247247# 
     248# An example using netcat and a preformatted PJL job which you can find 
     249# in the untested/pjl directory, which is sent to a JetDirect print 
     250# server on port 9100 : 
     251# 
     252# requester: external(/usr/bin/nc -w 2 %(printer)s 9100 <pagecount.pjl | /usr/bin/tail -2) 
     253# 
     254# 
    248255# WARNING : In any case, when using an external requester, please test the command line outside 
    249256#           of PyKota before. This will save you some headaches in case it doesn't work as expected.