Show
Ignore:
Timestamp:
07/23/04 00:41:48 (20 years ago)
Author:
jalet
Message:

Hardware accounting for LPRng should be OK now. UNTESTED.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1606 r1624  
    2424# 
    2525# $Log$ 
     26# Revision 1.69  2004/07/22 22:41:47  jalet 
     27# Hardware accounting for LPRng should be OK now. UNTESTED. 
     28# 
    2629# Revision 1.68  2004/07/20 22:19:44  jalet 
    2730# Sanitized a bit + use of gettext 
     
    400403             
    401404            self.printInfo(_("Job accounting begins.")) 
    402             self.accounter.beginJob(userpquota) 
     405            self.accounter.beginJob(printer) 
    403406        else :     
    404407            action = "ALLOW" 
     
    419422             
    420423            # stops accounting.  
    421             self.accounter.endJob(userpquota) 
     424            self.accounter.endJob(printer) 
    422425            self.printInfo(_("Job accounting ends.")) 
    423426