Changeset 1423

Show
Ignore:
Timestamp:
03/30/04 14:59:47 (20 years ago)
Author:
jalet
Message:

Fixed path problem

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkhint

    r1343 r1423  
    2424# 
    2525# $Log$ 
     26# Revision 1.6  2004/03/30 12:59:47  jalet 
     27# Fixed path problem 
     28# 
    2629# Revision 1.5  2004/02/09 13:07:06  jalet 
    2730# Should now be able to handle network + pjl printers 
     
    98101             
    99102NETPJLTESTS = [ \ 
    100                 '/usr/bin/pagecount.pl %(printer)s %(port)s 2>/dev/null', \ 
     103                '/usr/share/pykota/pagecount.pl %(printer)s %(port)s 2>/dev/null', \ 
    101104                '/bin/nc -w 2 %(printer)s %(port)s </usr/share/pykota/pagecount.pjl 2>/dev/null | /usr/bin/tail -2', \ 
    102105              ] 
     
    209212                    if snmpcommand is not None : 
    210213                        accounter = "querying" 
    211                         requester = 'external(/usr/bin/waitprinter.sh %(printer)s && ' + snmpcommand + ')' 
     214                        requester = 'external(/usr/share/pykota/waitprinter.sh %(printer)s && ' + snmpcommand + ')' 
    212215                        configuration.append((printer, accounter, requester)) 
    213216                    else :