Changeset 2090

Show
Ignore:
Timestamp:
02/22/05 18:18:18 (19 years ago)
Author:
jalet
Message:

Simplified pkhint's output to take care of the software() accounter
optimization and of the internal PJL accounter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkhint

    r2028 r2090  
    2424# 
    2525# $Log$ 
     26# Revision 1.23  2005/02/22 17:18:18  jalet 
     27# Simplified pkhint's output to take care of the software() accounter 
     28# optimization and of the internal PJL accounter. 
     29# 
    2630# Revision 1.22  2005/01/17 08:44:23  jalet 
    2731# Modified copyright years 
     
    285289                        netpjlcommand = self.accepts(NETPJLTESTS, hostname, port) 
    286290                        if netpjlcommand is not None : 
    287                             accounter = 'hardware(' + netpjlcommand + ')' 
     291                            #accounter = 'hardware(' + netpjlcommand + ')' 
     292                            accounter = 'hardware(pjl)' 
    288293                            configuration.append((printer, accounter)) 
    289294                        else :     
    290                             configuration.append((printer, "software(/usr/bin/pkpgcounter)")) 
     295                            configuration.append((printer, "software()")) 
    291296                else : 
    292                     configuration.append((printer, "software(/usr/bin/pkpgcounter)")) 
     297                    configuration.append((printer, "software()")) 
    293298                     
    294299        if not configuration :