diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/jakarta-tomcat/MESSAGE | 4 | ||||
-rw-r--r-- | www/tinyproxy/MESSAGE | 4 | ||||
-rw-r--r-- | www/wwwoffle/MESSAGE | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/jakarta-tomcat/MESSAGE b/www/jakarta-tomcat/MESSAGE index 865a1ac8e00..ee321fe6eb1 100644 --- a/www/jakarta-tomcat/MESSAGE +++ b/www/jakarta-tomcat/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2002/12/28 21:09:15 jlam Exp $ +$NetBSD: MESSAGE,v 1.4 2004/04/23 22:43:20 reed Exp $ For detailed instructions on how to run Tomcat, either as a standalone server or in conjunction with Apache (using the @@ -13,6 +13,6 @@ For more information on application development with Tomcat, see Note that tomcat may be started with the following command: - ${PREFIX}/etc/rc.d/tomcat start + ${RCD_SCRIPTS_EXAMPLEDIR}/tomcat start =========================================================================== diff --git a/www/tinyproxy/MESSAGE b/www/tinyproxy/MESSAGE index a4b0910663d..582891cc9bf 100644 --- a/www/tinyproxy/MESSAGE +++ b/www/tinyproxy/MESSAGE @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/03/07 23:46:01 salo Exp $ +$NetBSD: MESSAGE,v 1.2 2004/04/23 22:43:20 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 - ${PREFIX}/etc/rc.d/tinyproxy to /etc/rc.d/tinyproxy and add + ${RCD_SCRIPTS_EXAMPLEDIR}/tinyproxy to /etc/rc.d/tinyproxy and add tinyproxy=YES diff --git a/www/wwwoffle/MESSAGE b/www/wwwoffle/MESSAGE index 237ecf50189..528e14e25b8 100644 --- a/www/wwwoffle/MESSAGE +++ b/www/wwwoffle/MESSAGE @@ -1,13 +1,13 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2002/09/24 12:30:51 wiz Exp $ +$NetBSD: MESSAGE,v 1.4 2004/04/23 22:43:20 reed Exp $ 1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer, -please copy "${PREFIX}/etc/rc.d/wwwoffled" to "/etc/rc.d/" and add +please copy "${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 ${PREFIX}/etc/rc.d/wwwoffle ]; then - ${PREFIX}/etc/rc.d/wwwoffle +if [ -x ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle ]; then + ${RCD_SCRIPTS_EXAMPLEDIR}/wwwoffle fi 2) The hooks are present to to use the package version of "htdig", |