aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6mon
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-10-03 05:42:45 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-10-03 05:42:45 +0000
commita54844fdbe97aadcf9cf6b91fd33e351fe3b3366 (patch)
tree25bb1acdcf2bc5aaf3f7b9fc087298c4301df256 /net-mgmt/ipv6mon
parent71a50abb1ccab620ee37d764910afaed4053e28c (diff)
downloadports-a54844fdbe97aadcf9cf6b91fd33e351fe3b3366.tar.gz
ports-a54844fdbe97aadcf9cf6b91fd33e351fe3b3366.zip
Notes
Diffstat (limited to 'net-mgmt/ipv6mon')
-rw-r--r--net-mgmt/ipv6mon/Makefile1
-rw-r--r--net-mgmt/ipv6mon/files/ipv6mon.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ipv6mon/Makefile b/net-mgmt/ipv6mon/Makefile
index 04988aab293e..789b9bf64e04 100644
--- a/net-mgmt/ipv6mon/Makefile
+++ b/net-mgmt/ipv6mon/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ipv6mon
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
diff --git a/net-mgmt/ipv6mon/files/ipv6mon.in b/net-mgmt/ipv6mon/files/ipv6mon.in
index 9637bbabe808..6d01cba6bbb5 100644
--- a/net-mgmt/ipv6mon/files/ipv6mon.in
+++ b/net-mgmt/ipv6mon/files/ipv6mon.in
@@ -9,7 +9,7 @@
. /etc/rc.subr
name="ipv6mon"
-rcvar=$name
+rcvar="${name}_enable"
command="%%PREFIX%%/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="%%PREFIX%%/etc/${name}.conf"