mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06: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
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt ipv6
|
||||
MASTER_SITES= http://www.si6networks.com/tools/ipv6mon/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue