Changeset 2631 for pykota/trunk/conf

Show
Ignore:
Timestamp:
01/26/06 16:25:44 (18 years ago)
Author:
jerome
Message:

Added support for the CANCEL command in subprocesses launched from the
overwrite_jobticket directive : this will allow end users to be asked
if they really want to proceed to printing once the new version
of pykoticon will be ready.
Several minor fixes.

Files:
1 modified

Legend:

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

    r2622 r2631  
    346346# Should we launch a command to overwrite the job's ticket ? 
    347347# This allows a command to overwrite the username and/or the 
    348 # billing code used, or to deny the job. 
     348# billing code used, or to deny or cancel the job. 
    349349# If unset no command is launched and the job's username and 
    350350# billing code are used as they are received. 
     
    356356#    BILLINGCODE=the_billingcode_we_want_to_overwrite_with 
    357357#    DENY  
     358#    CANCEL 
    358359# 
    359360# NB : the output is entirely read, and the latest value 
     
    364365# If only BILLINGCODE= lines are printed, the username is 
    365366# used unchanged. 
    366 # If DENY is output, but is followed by new USERNAME= or 
    367 # BILLINGCODE= lines, the job is not denied. 
     367# If DENY or CANCEL is output, but is followed by new USERNAME= or 
     368# BILLINGCODE= lines, the job is not denied nor cancelled. 
    368369# 
    369370# This value can be set either globally or on a per printer basis 
     
    388389# If both are defined, the printer option has priority. 
    389390# 
     391# unknown_billingcode : deny 
     392# unknown_billingcode : deny(/path/to/some/script) 
    390393# unknown_billingcode : create 
    391394