summaryrefslogtreecommitdiff
path: root/print/pnm2ppa/pkg-message
blob: aa1680cf304a5d8f16322a93f38349cbaefb1526 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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."