Changeset 2405 for pykota/trunk/conf

Show
Ignore:
Timestamp:
08/26/05 14:14:40 (19 years ago)
Author:
jerome
Message:

Added support for the new 'directory' and 'keepfiles' directives.
Both will be used in the new cupspykota backend.

Files:
1 modified

Legend:

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

    r2392 r2405  
    353353# 
    354354# unknown_billingcode : create 
     355 
     356# Where should we store our (temporary) files when printing ? 
     357# if unset, defaults to a system directory dedicated to temporary 
     358# files and evaluated at runtime (see Python's documentation 
     359# for the tempfile.gettempdir() function). 
     360# This value can be set either globally or on a per printer basis 
     361# If both are defined, the printer option has priority. 
     362# directory : /tmp 
     363# directory : /var/spool/cups 
     364 
     365# Should we keep our work files on disk after printing ? 
     366# If unset, temporary files are deleted once the work is finished. 
     367# If set to yes, files are kept on disk in the 'directory'  
     368# named with the previous directive. 
     369# This value can be set either globally or on a per printer basis 
     370# If both are defined, the printer option has priority. 
     371# Default value is No, meaning temporary files are deleted 
     372# keepfiles : yes 
     373keepfiles : no 
     374 
    355375 
    356376# What is the accounting backend to use