mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Fix $rcvar.
Spotted by: ume
This commit is contained in:
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
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= ipv6mon
|
PORTNAME= ipv6mon
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt ipv6
|
CATEGORIES= net-mgmt ipv6
|
||||||
MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/
|
MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/
|
||||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
name="ipv6mon"
|
name="ipv6mon"
|
||||||
rcvar=$name
|
rcvar="${name}_enable"
|
||||||
command="%%PREFIX%%/sbin/${name}"
|
command="%%PREFIX%%/sbin/${name}"
|
||||||
pidfile="/var/run/${name}.pid"
|
pidfile="/var/run/${name}.pid"
|
||||||
required_files="%%PREFIX%%/etc/${name}.conf"
|
required_files="%%PREFIX%%/etc/${name}.conf"
|
||||||
|
|
Loading…
Add table
Reference in a new issue