mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
56ff3c354a
PR: 13432, 13560 Submitted by: Patrick Powell <papowell@astart.com>, maintainer
17 lines
580 B
Plaintext
17 lines
580 B
Plaintext
|
|
To activate the new printing system do the following:
|
|
|
|
- save your old printcap (`cp /etc/printcap /etc/printcap.save')
|
|
- set `lpd_enable=NO' in /etc/rc.conf
|
|
- run checkpc -f to make sure that necessary files have been created
|
|
- reboot or kill the old lpd (`killall lpd') and
|
|
start the new one (`@@PREFIX@@/sbin/lpd')
|
|
- remember to adjust your aliases or your PATH to use the new programs
|
|
|
|
Note that LPRng uses /etc/printcap, /etc/lpd.conf, and /etc/lpd.perms
|
|
|
|
For further information, have a look at:
|
|
@@PREFIX@@/share/doc/LPRng
|
|
also:
|
|
WWW: http://www.astart.com/lprng.html
|