Changeset 1495 for pykota/trunk/conf

Show
Ignore:
Timestamp:
05/25/04 00:45:49 (20 years ago)
Author:
jalet
Message:

New 'enforcement' directive added
Polling loop improvements

Files:
1 modified

Legend:

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

    r1483 r1495  
    425425# PYKOTAPHASE environment variable. 
    426426# Pre and Post Hooks can be defined either globally, per printer, 
    427 # or both if both are defined, the printer specific hook has 
     427# or both. If both are defined, the printer specific hook has 
    428428# priority. 
    429429# 
     
    476476#posthook: /usr/bin/printenv >/tmp/after 
    477477 
     478# How should enforcement be done for this printer ? 
     479# 
     480# "laxist" is the default if value is not set, and allows users 
     481# to be over quota on their last job.  
     482# 
     483# "strict" tries to prevent users from ever being over quota. 
     484# 
     485# Enforcement can be defined either globally, per printer, 
     486# or both. If both are defined, the printer specific enforcement  
     487# setting has priority.  
     488# 
     489# valid values : "strict" or "laxist" 
     490# 
     491# default value 
     492# enforcement : laxist 
     493enforcement : strict