From 2138bc2c1d83da83e77f0936b5a5738d4dc8e4d8 Mon Sep 17 00:00:00 2001 From: fredb Date: Tue, 23 Dec 2003 16:43:56 +0000 Subject: Set "rcvar" in the rc.d script, so that wwwoffled=NO is effective, and bump PKGREVISION. Problem noted by Benjamin Walkenhorst on netbsd-users. --- www/wwwoffle/Makefile | 4 ++-- www/wwwoffle/files/wwwoffled.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'www') 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" -- cgit v1.2.3