diff options
author | reed <reed@pkgsrc.org> | 2005-10-11 15:06:29 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-10-11 15:06:29 +0000 |
commit | bd30c0bdb7e387986a8fe2e45fc1b9e2e729f7b6 (patch) | |
tree | 7d9c2c3d21ac40bb228cb5fe7cc04a94faea9080 /print | |
parent | c85a7031b75f30f0c1c0284ee9f08fb505062e4f (diff) | |
download | pkgsrc-bd30c0bdb7e387986a8fe2e45fc1b9e2e729f7b6.tar.gz |
Fix a few paths. Remove "etc/" since already has PKG_SYSCONFDIR.
And use RCD_SCRIPTS_DIR for the path to rc.d script.
Diffstat (limited to 'print')
-rw-r--r-- | print/LPRng-core/MESSAGE | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/LPRng-core/MESSAGE b/print/LPRng-core/MESSAGE index 2d5397332d7..073d644ed11 100644 --- a/print/LPRng-core/MESSAGE +++ b/print/LPRng-core/MESSAGE @@ -1,18 +1,18 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/09/06 10:44:44 martti Exp $ +$NetBSD: MESSAGE,v 1.3 2005/10/11 15:06:29 reed Exp $ To activate the LPRng printing system do the following: - set `lpd=NO' in /etc/rc.conf - - run ${PREFIX}/etc/rc.d/LPRng (may be added to /etc/rc.local or + - run ${RCD_SCRIPTS_DIR}/LPRng (may be added to /etc/rc.local or copied into /etc/rc.d) - remember to adjust your aliases or your PATH to use the new programs Note that LPRng uses: - ${PKG_SYSCONFDIR}/etc/printcap - ${PKG_SYSCONFDIR}/etc/lpd/lpd.conf - ${PKG_SYSCONFDIR}/etc/lpd/lpd.perms + ${PKG_SYSCONFDIR}/printcap + ${PKG_SYSCONFDIR}/lpd/lpd.conf + ${PKG_SYSCONFDIR}/lpd/lpd.perms Simple example configuration files are found at: |