Changeset 2635 for pykota/trunk/conf

Show
Ignore:
Timestamp:
01/31/06 12:32:34 (18 years ago)
Author:
jerome
Message:

Introduced the 'preaccounter' directive.

Files:
1 modified

Legend:

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

    r2631 r2635  
    563563# and uses pkpgcounter's code internally. 
    564564accounter: software() 
     565 
     566# What is the "pre"-accounter used for precomputing the job's size. 
     567# 
     568# Supported values are : 
     569# 
     570#  preaccounter: software()        
     571#  preaccounter: software(/path/to/your/script) 
     572# 
     573# NB : the preaccounter directive doesn't support hardware() for obvious reasons. 
     574# If unset, "software()" is assumed. If you use your own script, ensure that it 
     575# only prints the job's number of pages (or an estimation of it) on its standard output. 
     576# 
     577# This value can be set either globally or on a per printer basis 
     578# If both are defined, the printer option has priority. 
     579# 
     580preaccounter: software() 
     581 
    565582 
    566583# What should we do if the accounter's subprocess doesn't return