Changeset 1655

Show
Ignore:
Timestamp:
07/28/04 12:19:49 (20 years ago)
Author:
jalet
Message:

Removed misleading comment since there's no more pykota filter.

Files:
1 modified

Legend:

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

    r1555 r1655  
    1919# we have to wait for the printer being in printing mode before checking 
    2020# if it is idle, otherwise we could have problems with slow printers. 
    21 # When using the pykota filter, PYKOTAPHASE is not defined at the 
    22 # first requesting stage (which is the ending phase of the previous 
    23 # job), because waiting for the printer being printing wouldn't be OK : 
    24 # the printer would effectively never print again if the previous job 
    25 # was already fully printed. 
    2621PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/opt/bin 
    2722if [ x$PYKOTAACTION != "xDENY" ] && [ x$PYKOTAPHASE = "xAFTER" ] ; then