(Apologies if this isn't the right place for this)
I have 2 print queues defined in /etc/printcap:
As far as I can tell from the documentation, that should work. But when I run chktermcap, I get
I'm unable to discover where output/lpd is hard-coded.
Do I have the printer declarations wrong? The printer is a postscript device with its own ethernet card.
(v9.3, newly installed)
I have 2 print queues defined in /etc/printcap:
Code:
m401:\
rm=192.168.0.97:\
rp=m401:\
sh:mx#0:\
sd=/var/spool/printer/m401:\
lf=/var/log/m401-errs
lpr:\
rm=192.168.0.97:\
rp=m401:\
sh:mx#0:\
sd=/var/spool/printer/lpr:\
lf=/var/log/lpr-errs
As far as I can tell from the documentation, that should work. But when I run chktermcap, I get
Code:
lpr and m401 share the same spool, /var/spool/output/lpd
I'm unable to discover where output/lpd is hard-coded.
Do I have the printer declarations wrong? The printer is a postscript device with its own ethernet card.
(v9.3, newly installed)