Change rcvar in the example rc.d script to use the literal value
This commit is contained in:
parent
897066a5fc
commit
7e8562f4be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38225
1 changed files with 2 additions and 2 deletions
|
@ -8956,8 +8956,8 @@ CFLAGS+= -DLUA_VERSION_STRING="${VER_STR}"
|
|||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="doormand"
|
||||
rcvar=${name}_enable
|
||||
name=doormand
|
||||
rcvar=doormand_enable
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
|
|
Loading…
Reference in a new issue