Changeset 2111

Show
Ignore:
Timestamp:
02/26/05 17:56:05 (19 years ago)
Author:
jalet
Message:

Better comments in sample configuration file

Files:
1 modified

Legend:

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

    r2074 r2111  
    163163 
    164164# Enable debugging ? Put YES or NO there. 
    165 # From now on, YES is the default in this sample 
    166 # configuration file, so that debugging is activated 
     165# debug is set to yes in this sample 
     166# configuration file, so debugging is activated 
    167167# when configuring PyKota. After all works, just 
    168168# put NO instead to save some disk space in your 
    169169# logs. 
    170 # Actually only database queries are logged. 
    171170debug : Yes 
    172171 
     
    746745# Should we trust the job size on this printer ? 
    747746# 
    748 # "yes" is the default, the jobsize, either computed 
     747# "trustjobsize : yes" is the default, the jobsize, either computed 
    749748# by the hardware or by software is trusted. 
    750749# 
    751 # ">N:precomputed" : uses the precomputed value if jobsize > N pages 
    752 # ">N:25" : uses 25 if jobsize is >N pages 
     750# "trustjobsize : >N:precomputed" : uses the precomputed value if jobsize > N pages 
     751# "trustjobsize : >N:25" : uses 25 if jobsize is >N pages 
    753752# 
    754753# General form : ">n:m" where n is a positive integer, and m is