The NEXTSTEP/OpenStep FAQ

! to the table of contents
< to the previous section:
> to the next section:


8.10 /usr/lib/NextPrinter/Server/pstf: syntax error at line 31: `end of file' unexpected?

Using lpr -t, or lpr -d causes this problem. eg:

[...] cat /usr/lib/NextPrinter/Server/pstf [...]

Christopher Lane has pointed out 3 (three!) errors in the distributed NEXTSTEP 3.0 lpd.comm file

The last change is my own. It worked for the 1 (one!) dvi file I tried.

tilley\% diff lpd.comm.DIST lpd.comm 11,12c11,12 < while "x\$1" != x do < case "\$1" in --- > while test \$\# != 0 > do case "\$1" in 16c16 < -h) HOST=\$"; shift;; --- > -h) HOST=\$2; shift;; 17a18 > esac 21c22 < PRSERVER="/usr/lib/NextPrinter/Server/prserver -p \$PRINTER -n \$USER -h HOST -f -" --- > PRSERVER="/usr/lib/NextPrinter/Server/prserver -p \$PRINTER -n \$USER -h \$HOST -f -" 27c28 < psdf) psbad \$FILTER \$PRINTER \$USER \$HOST | \$PRSERVER;; --- > psdf) dvips -f -D 400 -r | \$PRSERVER ;;



This document was converted from LaTeX using Karl Ewald's latex2html.