2001-06-19 13:26:42 -04:00
|
|
|
==========================================================================
|
1997-11-14 19:04:24 -05:00
|
|
|
To activate the new printing system do the following:
|
|
|
|
|
2001-06-19 13:26:42 -04:00
|
|
|
- Copy these config files from ${PREFIX}/share/examples/LPRng
|
|
|
|
to your /etc/LPRng/ directory: lpd.conf, lpd.perms and printcap
|
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
- set `lpd_enable=NO' in /etc/rc.conf
|
2001-06-19 13:26:42 -04:00
|
|
|
|
|
|
|
- add the following lines to /etc/rc.local:
|
|
|
|
|
|
|
|
if [ -x /usr/local/sbin/lpd ]; then
|
|
|
|
echo -n ' LPRng'; /usr/local/sbin/lpd
|
|
|
|
fi
|
|
|
|
|
|
|
|
- reboot or kill the old lpd and start the new one
|
|
|
|
(`${PREFIX}/sbin/lpd')
|
|
|
|
|
1997-11-14 19:04:24 -05:00
|
|
|
- remember to adjust your aliases or your PATH to use the new programs
|
|
|
|
|
|
|
|
For further information, have a look at:
|
2001-06-19 13:26:42 -04:00
|
|
|
${PREFIX}/share/doc/LPRng
|
|
|
|
==========================================================================
|