openbsd-ports/sysutils/LPRng/pkg/MESSAGE
naddy a4228a753a /usr/local -> ${PREFIX}
From: Xavier Santolaria <xavier@santolaria.net>
2003-10-23 00:30:01 +00:00

23 lines
725 B
Plaintext

==========================================================================
To activate the new printing system do the following:
- Copy these config files from ${PREFIX}/share/examples/LPRng
to your ${CONFDIR} 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 ${PREFIX}/sbin/lpd ]; then
echo -n ' LPRng'; ${PREFIX}/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
==========================================================================