blob: 7d3bf4ac50bc6b839d6734e6a122374c4689b02d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[
{ type: install
message: <<EOM
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:"
EOM
}
]
|