Changeset 1549
- Timestamp:
- 06/18/04 19:02:19 (20 years ago)
- Location:
- pykota/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/waitprinter.sh
r1528 r1549 32 32 33 33 # In any case, wait until the printer is idle again. 34 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i idle>/dev/null ; do34 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i -e "idle" -e "other" >/dev/null ; do 35 35 sleep 1 ; 36 36 done -
pykota/trunk/NEWS
r1547 r1549 24 24 - 1.19alpha23 : 25 25 26 - Fixed waitprinter.sh wrt PowerSave mode and some 27 printers. Thanks to Ryan Suarez. 28 26 29 - Smart PDL analyzer now recognizes PDF too. 27 30