summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2011-08-31 21:12:17 +0000
committershattered <shattered@pkgsrc.org>2011-08-31 21:12:17 +0000
commitfd503800528a029aae2b238e417be5ac895c615e (patch)
tree042f763296447730d79822ccdeb1df3a5f1bad05 /www
parent8ced6c983202739b344841237fce46d43b05ec4b (diff)
downloadpkgsrc-fd503800528a029aae2b238e417be5ac895c615e.tar.gz
PR/44457 -- fix rc.d scripts.
Diffstat (limited to 'www')
-rw-r--r--www/varnish/Makefile4
-rw-r--r--www/varnish/files/varnishlog.sh2
-rw-r--r--www/varnish/files/varnishncsa.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile
index 48995e428ab..82d5c5188db 100644
--- a/www/varnish/Makefile
+++ b/www/varnish/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2011/05/09 11:11:11 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2011/08/31 21:12:17 shattered Exp $
#
DISTNAME= varnish-2.1.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= http://repo.varnish-cache.org/source/
diff --git a/www/varnish/files/varnishlog.sh b/www/varnish/files/varnishlog.sh
index b7e27f731a7..7e1536e9e2a 100644
--- a/www/varnish/files/varnishlog.sh
+++ b/www/varnish/files/varnishlog.sh
@@ -8,7 +8,7 @@
name="varnishlog"
rcvar=$name
command="@PREFIX@/bin/varnishlog"
-commands_args="-D"
+command_args="-D"
load_rc_config $name
run_rc_command "$1"
diff --git a/www/varnish/files/varnishncsa.sh b/www/varnish/files/varnishncsa.sh
index 8dd8cdaa486..98122d6ca2f 100644
--- a/www/varnish/files/varnishncsa.sh
+++ b/www/varnish/files/varnishncsa.sh
@@ -8,7 +8,7 @@
name="varnishncsa"
rcvar=$name
command="@PREFIX@/bin/varnishncsa"
-commands_args="-D"
+command_args="-D"
load_rc_config $name
run_rc_command "$1"