pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/wwwoffle Set "rcvar" in the rc.d script, so that w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/723b59c96418
branches:  trunk
changeset: 465189:723b59c96418
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Tue Dec 23 16:43:56 2003 +0000

description:
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:

 www/wwwoffle/Makefile           |  4 ++--
 www/wwwoffle/files/wwwoffled.sh |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r fa6decba475f -r 723b59c96418 www/wwwoffle/Makefile
--- a/www/wwwoffle/Makefile     Tue Dec 23 13:28:39 2003 +0000
+++ b/www/wwwoffle/Makefile     Tue Dec 23 16:43:56 2003 +0000
@@ -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 -r fa6decba475f -r 723b59c96418 www/wwwoffle/files/wwwoffled.sh
--- a/www/wwwoffle/files/wwwoffled.sh   Tue Dec 23 13:28:39 2003 +0000
+++ b/www/wwwoffle/files/wwwoffled.sh   Tue Dec 23 16:43:56 2003 +0000
@@ -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 @@
 fi
 
 name="wwwoffled"
+rcvar="${name}"
 command="@PREFIX@/sbin/${name}"
 control_prog="@PREFIX@/bin/wwwoffle"
 command_args="-c @PKG_SYSCONFDIR@/wwwoffle.conf"



Home | Main Index | Thread Index | Old Index