Changeset 1423
- Timestamp:
- 03/30/04 14:59:47 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkhint
r1343 r1423 24 24 # 25 25 # $Log$ 26 # Revision 1.6 2004/03/30 12:59:47 jalet 27 # Fixed path problem 28 # 26 29 # Revision 1.5 2004/02/09 13:07:06 jalet 27 30 # Should now be able to handle network + pjl printers … … 98 101 99 102 NETPJLTESTS = [ \ 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', \ 101 104 '/bin/nc -w 2 %(printer)s %(port)s </usr/share/pykota/pagecount.pjl 2>/dev/null | /usr/bin/tail -2', \ 102 105 ] … … 209 212 if snmpcommand is not None : 210 213 accounter = "querying" 211 requester = 'external(/usr/ bin/waitprinter.sh %(printer)s && ' + snmpcommand + ')'214 requester = 'external(/usr/share/pykota/waitprinter.sh %(printer)s && ' + snmpcommand + ')' 212 215 configuration.append((printer, accounter, requester)) 213 216 else :