Changeset 1728

Show
Ignore:
Timestamp:
09/21/04 12:57:37 (20 years ago)
Author:
jalet
Message:

Now doesn't wait anymore until printer is printing before waiting for
printer is idle again if print job was cancelled

Files:
1 modified

Legend:

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

    r1723 r1728  
    7575        ##log_msg "`ls -la /var/spool/{cups,samba}`" 
    7676        log_msg "Pykota Phase: ${PYKOTAPHASE}" 
    77         if [ x$PYKOTAACTION != "xDENY" ] && [ x$PYKOTAPHASE = "xAFTER" ] ; then 
     77        if [ x$PYKOTASTATUS != "xCANCELLED" ] && [ x$PYKOTAACTION != "xDENY" ] && [ x$PYKOTAPHASE = "xAFTER" ] ; then 
    7878                printing_wait "${printer}" 
    7979        fi