Changeset 1655
- Timestamp:
- 07/28/04 12:19:49 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/waitprinter.sh
r1555 r1655 19 19 # we have to wait for the printer being in printing mode before checking 20 20 # if it is idle, otherwise we could have problems with slow printers. 21 # When using the pykota filter, PYKOTAPHASE is not defined at the22 # first requesting stage (which is the ending phase of the previous23 # job), because waiting for the printer being printing wouldn't be OK :24 # the printer would effectively never print again if the previous job25 # was already fully printed.26 21 PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/opt/bin 27 22 if [ x$PYKOTAACTION != "xDENY" ] && [ x$PYKOTAPHASE = "xAFTER" ] ; then