29d1daf787
PR: 24880 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
22 lines
562 B
Plaintext
22 lines
562 B
Plaintext
To configure your printcap to print either ascii"
|
|
or Postscript files, add the following lines to your"
|
|
/etc/printcap file"
|
|
|
|
lp|ascii|unix:\\"
|
|
:lp=/dev/lpt0:\\"
|
|
:sd=/var/spool/lpd:\\"
|
|
:if=/usr/local/bin/asciippafilter:\\"
|
|
:mx#0:\\"
|
|
:sh:"
|
|
|
|
ps:\\"
|
|
:lp=/dev/lpt0:\\"
|
|
:sd=/var/spool/ps:\\"
|
|
:if=/usr/local/bin/ppafilter:\\"
|
|
:mx#0:\\"
|
|
:sh:"
|
|
|
|
Please be sure that you install the proper flavor of"
|
|
enscript, either A4 or Letter, by setting the PAPERSIZE"
|
|
environment variable."
|