diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-10-03 05:42:45 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-10-03 05:42:45 +0000 |
commit | a54844fdbe97aadcf9cf6b91fd33e351fe3b3366 (patch) | |
tree | 25bb1acdcf2bc5aaf3f7b9fc087298c4301df256 /net-mgmt/ipv6mon | |
parent | 71a50abb1ccab620ee37d764910afaed4053e28c (diff) | |
download | ports-a54844fdbe97aadcf9cf6b91fd33e351fe3b3366.tar.gz ports-a54844fdbe97aadcf9cf6b91fd33e351fe3b3366.zip |
Notes
Diffstat (limited to 'net-mgmt/ipv6mon')
-rw-r--r-- | net-mgmt/ipv6mon/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/ipv6mon/files/ipv6mon.in | 2 |
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" |