Changeset 1555 for pykota/trunk/bin

Show
Ignore:
Timestamp:
06/20/04 13:18:50 (20 years ago)
Author:
jalet
Message:

Reversed to old version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/waitprinter.sh

    r1549 r1555  
    3232 
    3333# 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 -e "idle" -e "other" >/dev/null ; do  
     34until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i "idle" >/dev/null ; do  
    3535  sleep 1 ; 
    3636done