summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2003-12-23 16:43:56 +0000
committerfredb <fredb@pkgsrc.org>2003-12-23 16:43:56 +0000
commit2138bc2c1d83da83e77f0936b5a5738d4dc8e4d8 (patch)
treec43866a2077b70d5fe371b463c8c7d3d1bbdcaaf /www
parentfa66691e49296d713a71f2dbc9b645e40012ea6e (diff)
downloadpkgsrc-2138bc2c1d83da83e77f0936b5a5738d4dc8e4d8.tar.gz
Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, and
bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users.
Diffstat (limited to 'www')
-rw-r--r--www/wwwoffle/Makefile4
-rw-r--r--www/wwwoffle/files/wwwoffled.sh3
2 files changed, 4 insertions, 3 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile
index 52888550f25..ff912c4a60c 100644
--- a/www/wwwoffle/Makefile
+++ b/www/wwwoffle/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2003/08/29 09:25:40 jmmv Exp $
+# $NetBSD: Makefile,v 1.48 2003/12/23 16:43:56 fredb Exp $
DISTNAME= wwwoffle-2.7f
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/www/servers/} \
ftp://ftp.demon.co.uk/pub/unix/httpd/ \
diff --git a/www/wwwoffle/files/wwwoffled.sh b/www/wwwoffle/files/wwwoffled.sh
index bb7df162551..e893ec19285 100644
--- a/www/wwwoffle/files/wwwoffled.sh
+++ b/www/wwwoffle/files/wwwoffled.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: wwwoffled.sh,v 1.1 2003/08/29 09:25:41 jmmv Exp $
+# $NetBSD: wwwoffled.sh,v 1.2 2003/12/23 16:43:57 fredb Exp $
#
# PROVIDE: wwwoffled
# REQUIRE: DAEMON network
@@ -11,6 +11,7 @@ if [ -f /etc/rc.subr ]; then
fi
name="wwwoffled"
+rcvar="${name}"
command="@PREFIX@/sbin/${name}"
control_prog="@PREFIX@/bin/wwwoffle"
command_args="-c @PKG_SYSCONFDIR@/wwwoffle.conf"