diff options
author | reed <reed@pkgsrc.org> | 2004-10-11 22:14:51 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-11 22:14:51 +0000 |
commit | fec98887878a8de5ea412dc91ca22188aaa2b3c4 (patch) | |
tree | ae44ee69c13dd407b642338a295661db7eae0a64 | |
parent | e7cdbe08177648fd03c7df6f24c3c8458a7d6175 (diff) | |
download | pkgsrc-fec98887878a8de5ea412dc91ca22188aaa2b3c4.tar.gz |
RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
-rw-r--r-- | comms/fidogate/Makefile | 4 | ||||
-rw-r--r-- | graphics/cambevao/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/canna-server/MESSAGE | 4 | ||||
-rw-r--r-- | mail/nullmailer/MESSAGE | 4 | ||||
-rw-r--r-- | net/delegate/MESSAGE | 4 | ||||
-rw-r--r-- | net/pure-ftpd/MESSAGE | 4 | ||||
-rw-r--r-- | net/snort/MESSAGE | 4 | ||||
-rw-r--r-- | security/nessus-core/MESSAGE | 4 | ||||
-rw-r--r-- | security/sfs/MESSAGE | 6 | ||||
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bkpupsd/MESSAGE | 4 | ||||
-rw-r--r-- | www/tinyproxy/MESSAGE | 4 | ||||
-rw-r--r-- | www/wwwoffle/MESSAGE | 8 | ||||
-rw-r--r-- | x11/wdm/MESSAGE | 4 | ||||
-rw-r--r-- | x11/xfstt/MESSAGE | 4 |
15 files changed, 33 insertions, 33 deletions
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile index 8a2235a0721..bb040aa6761 100644 --- a/comms/fidogate/Makefile +++ b/comms/fidogate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/08/23 15:18:02 tv Exp $ +# $NetBSD: Makefile,v 1.35 2004/10/11 22:14:52 reed Exp $ # DISTNAME= fidogate-4.4.9 @@ -62,7 +62,7 @@ post-install: cd ${WRKSRC}/sendmail/mailer && ${INSTALL_DATA} ffx.m4 ftn.m4 \ ${PREFIX}/share/fidogate/sendmail/mailer ${INSTALL_SCRIPT} ${WRKSRC}/scripts/maintenance/rc.fidogate \ - ${RCD_SCRIPTS_EXAMPLEDIR}/fidogate + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/fidogate ${INSTALL_DATA} ${WRKSRC}/doc/fidogate.txt ${PREFIX}/share/doc/fidogate ${INSTALL_DATA} ${WRKSRC}/fidogate.conf ${EGDIR} diff --git a/graphics/cambevao/Makefile b/graphics/cambevao/Makefile index 195cd075d33..41dc5abcd02 100644 --- a/graphics/cambevao/Makefile +++ b/graphics/cambevao/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:49 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/10/11 22:14:52 reed Exp $ # DISTNAME= cambevao-2.0 @@ -21,7 +21,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cambevao ${INSTALL_DATA} ${WRKSRC}/cambevao.xml ${PREFIX}/share/examples/cambevao ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cambevao.README - ${INSTALL_SCRIPT} ${WRKSRC}/cambevao.rc.d ${RCD_SCRIPTS_EXAMPLEDIR}/cambevao + ${INSTALL_SCRIPT} ${WRKSRC}/cambevao.rc.d ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/cambevao .include "../../graphics/jpeg/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" diff --git a/inputmethod/canna-server/MESSAGE b/inputmethod/canna-server/MESSAGE index a45beb42bbd..f601235abed 100644 --- a/inputmethod/canna-server/MESSAGE +++ b/inputmethod/canna-server/MESSAGE @@ -1,9 +1,9 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.3 2004/10/11 22:14:52 reed Exp $ If you want Canna server to boot automatically, - 1) Copy ${RCD_SCRIPTS_EXAMPLEDIR}/canna to /etc/rc.d/. + 1) Copy ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/canna to /etc/rc.d/. 2) Add the following line to /etc/rc.conf. canna=YES canna_flags="-u ${CANNA_USER}" diff --git a/mail/nullmailer/MESSAGE b/mail/nullmailer/MESSAGE index 348ca7d3d8d..722e5e56d4c 100644 --- a/mail/nullmailer/MESSAGE +++ b/mail/nullmailer/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.4 2004/10/11 22:14:51 reed Exp $ To use nullmailer, you will need to perform the following steps: @@ -13,7 +13,7 @@ To use nullmailer, you will need to perform the following steps: ${PREFIX}/share/examples/nullmailer/mailer.conf 3. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to /etc/rc.d/nullmailer and add + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nullmailer to /etc/rc.d/nullmailer and add nullmailer=YES diff --git a/net/delegate/MESSAGE b/net/delegate/MESSAGE index 5c00d1acb54..f1e84d6d044 100644 --- a/net/delegate/MESSAGE +++ b/net/delegate/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $ -Now copy the sample script in ${RCD_SCRIPTS_EXAMPLEDIR}/delegated to +Now copy the sample script in ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/delegated to /etc/rc.d/delegated and edit it according to your needs. Don't forget to specify a correct e-mail address for ADMIN. diff --git a/net/pure-ftpd/MESSAGE b/net/pure-ftpd/MESSAGE index 825b7ffa90e..9a79d2356a4 100644 --- a/net/pure-ftpd/MESSAGE +++ b/net/pure-ftpd/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.3 2004/10/11 22:14:51 reed Exp $ To use pure-ftpd, you will need to perform the following steps: 1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${RCD_SCRIPTS_EXAMPLEDIR}/pure_ftpd to /etc/rc.d/pure_ftpd and add + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/pure_ftpd to /etc/rc.d/pure_ftpd and add pure_ftpd=YES diff --git a/net/snort/MESSAGE b/net/snort/MESSAGE index 0e3f7c91e09..f42e127dfbc 100644 --- a/net/snort/MESSAGE +++ b/net/snort/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.3 2004/10/11 22:14:51 reed Exp $ To use snort, you will need to perform the following steps: 1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${RCD_SCRIPTS_EXAMPLEDIR}/snort to /etc/rc.d/snort and add + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/snort to /etc/rc.d/snort and add snort=YES diff --git a/security/nessus-core/MESSAGE b/security/nessus-core/MESSAGE index 9db2c36932d..5fa7c9a6a09 100644 --- a/security/nessus-core/MESSAGE +++ b/security/nessus-core/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.6 2004/07/22 15:00:50 adam Exp $ +$NetBSD: MESSAGE,v 1.7 2004/10/11 22:14:51 reed Exp $ Nessus may have placed some files in /var/nessus, ${PREFIX}/etc/nessus, ${PREFIX}/com/nessus and ${PREFIX}/lib/nessus/reports. If you do not need @@ -16,7 +16,7 @@ nessus daemon, nessusd, and use the "nessus" GUI program to direct the daemon. If you want to start nessusd automatically on system boot, please copy -${RCD_SCRIPTS_EXAMPLEDIR}/nessusd to /etc/rc.d and set +${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nessusd to /etc/rc.d and set nessusd=YES in /etc/rc.conf. =========================================================================== diff --git a/security/sfs/MESSAGE b/security/sfs/MESSAGE index f3722469253..aa7986f839f 100644 --- a/security/sfs/MESSAGE +++ b/security/sfs/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $ Quick Client Setup: @@ -7,7 +7,7 @@ Quick Client Setup: sfscd=YES -2. Run: ${RCD_SCRIPTS_EXAMPLEDIR}/sfscd start +2. Run: ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/sfscd start 3. cd /sfs/sfs.fs.net:eu4cvv6wcnzscer98yn4qjpjnn9iv6pi 4. cat CONGRATULATIONS @@ -24,6 +24,6 @@ sfssd=YES ${PKG_SYSCONFDIR}/sfsrwsd_config and modify. 4. Modify /etc/exports to match your sfsrwsd_config. 5. Create the root directories in ${SFSDIR}/root. -6. Run ${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start +6. Run ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start =========================================================================== diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 9f3febe121d..6c62f3242ae 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:18:14 tv Exp $ +# $NetBSD: Makefile,v 1.30 2004/10/11 22:14:51 reed Exp $ DISTNAME= apcupsd-3.8.6 PKGREVISION= 2 @@ -96,7 +96,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/apcupsd.slave.conf \ ${PREFIX}/share/examples/apcupsd ${INSTALL_SCRIPT} ${WRKSRC}/distributions/netbsd/apcupsd \ - ${RCD_SCRIPTS_EXAMPLEDIR} + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR} ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/apcupsd .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/apcupsd diff --git a/sysutils/bkpupsd/MESSAGE b/sysutils/bkpupsd/MESSAGE index 45aa0851ed2..779c6c13b00 100644 --- a/sysutils/bkpupsd/MESSAGE +++ b/sysutils/bkpupsd/MESSAGE @@ -1,12 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.5 2004/10/11 22:14:51 reed Exp $ ${DOCDIR}/rc.conf.d.sample contains some shell variables for helping bkpupsd start up. Simple way to install NetBSD 1.5 or later is below. -(1) Copy ${RCD_SCRIPTS_EXAMPLEDIR}/bkpupsd to ${RCD_SCRIPTS_DIR}/rc.d/bkpupsd. +(1) Copy ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/bkpupsd to ${RCD_SCRIPTS_DIR}/rc.d/bkpupsd. (2) Append ${DOCDIR}/rc.conf.d.sample to /etc/rc.conf. (3) Edit /etc/rc.conf for your needs, serial device and UPS type for example. diff --git a/www/tinyproxy/MESSAGE b/www/tinyproxy/MESSAGE index 582891cc9bf..cca6c62a371 100644 --- a/www/tinyproxy/MESSAGE +++ b/www/tinyproxy/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.3 2004/10/11 22:14:51 reed Exp $ To use tinyproxy, you will need to perform the following steps: 1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${RCD_SCRIPTS_EXAMPLEDIR}/tinyproxy to /etc/rc.d/tinyproxy and add + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/tinyproxy to /etc/rc.d/tinyproxy and add tinyproxy=YES diff --git a/www/wwwoffle/MESSAGE b/www/wwwoffle/MESSAGE index 528e14e25b8..4702b8e0c4a 100644 --- a/www/wwwoffle/MESSAGE +++ b/www/wwwoffle/MESSAGE @@ -1,13 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.5 2004/10/11 22:14:51 reed Exp $ 1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer, -please copy "${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffled" to "/etc/rc.d/" and add +please copy "${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffled" to "/etc/rc.d/" and add "wwwoffled=YES" to /etc/rc.conf. To do the same on older systems, add the following to /etc/rc.local: -if [ -x ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle ]; then - ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle +if [ -x ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle ]; then + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle fi 2) The hooks are present to to use the package version of "htdig", diff --git a/x11/wdm/MESSAGE b/x11/wdm/MESSAGE index e101ff62b41..b139bbb4f41 100644 --- a/x11/wdm/MESSAGE +++ b/x11/wdm/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.3 2004/10/11 22:14:51 reed Exp $ To use wdm, you will need to perform the following steps: 1. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${RCD_SCRIPTS_EXAMPLEDIR}/wdm to /etc/rc.d/wdm and add the following + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/wdm to /etc/rc.d/wdm and add the following line into your /etc/rc.conf wdm=YES diff --git a/x11/xfstt/MESSAGE b/x11/xfstt/MESSAGE index 25aae85d0e7..f1ae6031c57 100644 --- a/x11/xfstt/MESSAGE +++ b/x11/xfstt/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $ +$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $ To use xfstt, you will need to perform the following steps: @@ -10,7 +10,7 @@ To use xfstt, you will need to perform the following steps: ${PREFIX}/lib/X11/fonts/TTF/ 2. In case you don't have PKG_RCD_SCRIPTS set in your /etc/mk.conf, copy - ${RCD_SCRIPTS_EXAMPLEDIR}/xfstt to /etc/rc.d/xfstt and add the following + ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/xfstt to /etc/rc.d/xfstt and add the following line into your /etc/rc.conf xfstt=YES |