15 lines
441 B
Plaintext
15 lines
441 B
Plaintext
{
|
|
# if you want to automatically load your printer list rather
|
|
# than setting them up individually then you'll need this
|
|
# It should not be necessary to spell out the print system type unless
|
|
# yours is non-standard. Currently supported print systems include:
|
|
# bsd, sysv, plp, lprng, aix, hpux, qnx
|
|
|
|
$OUT .= <<HERE;
|
|
printcap name = /etc/printcap
|
|
load printers = yes
|
|
printing = lprng
|
|
print command = /usr/bin/lpr -b -h -r -P%p %s
|
|
HERE
|
|
}
|