Show
Ignore:
Timestamp:
04/24/03 00:13:57 (21 years ago)
Author:
jalet
Message:

Preliminary support for LPRng added BUT STILL UNTESTED.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r937 r952  
    33# PyKota Print Quota Editor  
    44# 
    5 # PyKota - Print Quotas for CUPS 
     5# PyKota - Print Quotas for CUPS and LPRng 
    66# 
    77# (c) 2003 Jerome Alet <alet@librelogiciel.com> 
     
    2323# 
    2424# $Log$ 
     25# Revision 1.43  2003/04/23 22:13:56  jalet 
     26# Preliminary support for LPRng added BUT STILL UNTESTED. 
     27# 
    2528# Revision 1.42  2003/04/17 13:38:47  jalet 
    2629# Docstring corrected for better manual page 
     
    252255  user jerome is put into the groups "coders" and "it" which must 
    253256  already exist in the Quota Storage. 
    254   WARNING : the CUPS PPD file for this printer must still be modified 
    255             manually, as well as pykota's configuration file for a 
    256             new printer to be managed successfully. 
     257  WARNING : the CUPS PPD file for this printer or the /etc/printcap 
     258            file (depending on your printing backend)  must still be  
     259            modified manually, as well as pykota's configuration file 
     260            for a new printer to be managed successfully. 
    257261             
    258262  $ edpykota -g -S 500 -H 550 financial support             
     
    474478                                if groupid is not None : 
    475479                                    self.storage.addUserToGroup(ident, groupid) 
     480                                else : 
     481                                    self.logger.log_message(_("Group %s not found in the PyKota Storage.") % groupname) 
    476482                            self.warnUserPQuota(name, printer)     
    477483