Fix $rcvar.

Spotted by:	ume
This commit is contained in:
Hiroki Sato 2012-10-03 05:42:45 +00:00
parent 71a50abb1c
commit a54844fdbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305183
2 changed files with 2 additions and 1 deletions

View file

@ -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}

View file

@ -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"