diff options
author | jlam <jlam@pkgsrc.org> | 1999-09-13 18:40:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-09-13 18:40:51 +0000 |
commit | f2f95e6b468253c85d5b651f1018f3440e27c30f (patch) | |
tree | e3901eaa3416139f5cd0efae1014e77ee15c0f7b /print/LPRng/pkg/MESSAGE | |
parent | 255f8ba55c6f5d7e6bf0bae9125245276a246ab9 (diff) | |
download | pkgsrc-f2f95e6b468253c85d5b651f1018f3440e27c30f.tar.gz |
Adapt FreeBSD LPRng port to work with pkgsrc machinery.
Also add back FreeBSD RCS ID to Makefile.
Diffstat (limited to 'print/LPRng/pkg/MESSAGE')
-rw-r--r-- | print/LPRng/pkg/MESSAGE | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/print/LPRng/pkg/MESSAGE b/print/LPRng/pkg/MESSAGE index aafd2044d01..24d517316b0 100644 --- a/print/LPRng/pkg/MESSAGE +++ b/print/LPRng/pkg/MESSAGE @@ -1,17 +1,21 @@ +$NetBSD: MESSAGE,v 1.2 1999/09/13 18:40:53 jlam Exp $ +=========================================================================== -To activate the new printing system do the following: +To activate the LPRng printing system do the following: + - set `lpd=NO' in /etc/rc.conf + - run ${PREFIX}/etc/rc.d/lprng.sh (may be added to /etc/rc.local) + - remember to adjust your aliases or your PATH to use the new programs -- 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 (`/usr/local/sbin/lpd') -- remember to adjust your aliases or your PATH to use the new programs +Note that LPRng uses: + /etc/printcap + /etc/lpd_printcap + /etc/lpd.conf + /etc/lpd.perms -Note that LPRng uses /etc/printcap, /etc/lpd.conf, and /etc/lpd.perms +For further information, have a look at + ${PREFIX}/share/doc/LPRng/LPRng-HOWTO.txt -For further information, have a look at: - /usr/local/share/doc/LPRng -also: - http://www.astart.com/lprng.html +or point your favorite brower at + ${PREFIX}/share/doc/LPRng/LPRng-HOWTO.html +=========================================================================== |