Show
Ignore:
Timestamp:
11/15/03 15:26:45 (20 years ago)
Author:
jalet
Message:

General improvements to the documentation.
Email address changed in sample configuration file, because
I receive low quota messages almost every day...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1185 r1186  
    2424# 
    2525# $Log$ 
     26# Revision 1.8  2003/11/15 14:26:44  jalet 
     27# General improvements to the documentation. 
     28# Email address changed in sample configuration file, because 
     29# I receive low quota messages almost every day... 
     30# 
    2631# Revision 1.7  2003/11/14 22:05:12  jalet 
    2732# New CUPS backend fully functionnal. 
     
    158163    # It's there just in case this changes in the future. 
    159164    # But here we will IGNORE SIGTERM for now, and see 
    160     # if we shouldn't pass it to the original backend 
    161     # instead. 
     165    # in a future release if we shouldn't pass it to the  
     166    # original backend instead. 
    162167    signal.signal(signal.SIGPIPE, signal.SIG_IGN) 
    163168    signal.signal(signal.SIGTERM, signal.SIG_IGN) 
    164169     
    165170    # 
    166     # Get the last page counter and last username from the Quota Storage backend 
     171    # retrieve some informations on the current printer and user 
     172    # from the Quota Storage. 
    167173    printer = thebackend.storage.getPrinter(thebackend.printername) 
    168174    if not printer.Exists :