GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
Using LPD with CUPS |
On the print server (where the printer itself is actually located) add the following line to /etc/inetd.conf:
printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd |
$ wajig stop inetd $ wajig start inetd |
$ sudo service openbsd-inetd restart |
From a client identify the printer as something like:
lpd://kyral/psc2210 |