Change rcvar in the example rc.d script to use the literal value

This commit is contained in:
Doug Barton 2012-01-13 22:52:32 +00:00
parent 897066a5fc
commit 7e8562f4be
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38225

View file

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