openbsd-ports/sysutils/LPRng/pkg/MESSAGE
avsm 42f06829d1 - update to LPRng-3.7.4
- this unbreaks and fakes the port
- new maintainer

Work by Jeff Bachtel <jeff@cepheid.org>, some fixes by me

## Not one person on ports@ showed interest in testing this out,
## so if you have a printer then please give feedback
2001-06-19 17:26:42 +00:00

23 lines
728 B
Plaintext

==========================================================================
To activate the new printing system do the following:
- Copy these config files from ${PREFIX}/share/examples/LPRng
to your /etc/LPRng/ directory: lpd.conf, lpd.perms and printcap
- set `lpd_enable=NO' in /etc/rc.conf
- 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')
- remember to adjust your aliases or your PATH to use the new programs
For further information, have a look at:
${PREFIX}/share/doc/LPRng
==========================================================================