Show
Ignore:
Timestamp:
06/07/04 21:10:16 (20 years ago)
Author:
jalet
Message:

Extended the PATH

Files:
1 modified

Legend:

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

    r1519 r1527  
    2424# the printer would effectively never print again if the previous job 
    2525# was already fully printed. 
     26PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/opt/bin 
    2627if [ x$PYKOTAACTION != "xDENY" ] && [ x$PYKOTAPHASE == "xAFTER" ] ; then 
    2728  until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i printing >/dev/null; do