[5159] in Athena Bugs

home help back first fref pref prev next nref lref last post

psroff doesn't recognize -z

daemon@ATHENA.MIT.EDU (John Carr)
Mon Jun 11 23:32:55 1990

To: bugs@ATHENA.MIT.EDU
Date: Mon, 11 Jun 90 23:32:41 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>


RT 7.0E 

lpr -z means print with zephyr notification

psroff -z should pass the "-z" option to lpr.

The fix is to change the line in /usr/athena/psroff that reads

	-#*|-h|-m)	spool="$spool $1" ;;

to read

	-#*|-h|-m|-z)	spool="$spool $1" ;;


home help back first fref pref prev next nref lref last post