Small cleanup, add (spurious) quotation marks around the value

for name= to make these scripts consistent with the rest.
This commit is contained in:
Doug Barton 2009-05-30 21:51:38 +00:00
parent b004b4e45f
commit fe9e60d287
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193119
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
. /etc/rc.subr
name=archdep
name="archdep"
start_cmd="archdep_start"
stop_cmd=":"

View File

@ -9,7 +9,7 @@
. /etc/rc.subr
name=moused
name="moused"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
start_cmd="moused_start"

View File

@ -18,7 +18,7 @@
. /etc/rc.subr
name=nscd
name="nscd"
rcvar=`set_rcvar`
command=/usr/sbin/nscd

View File

@ -10,7 +10,7 @@
. /etc/rc.subr
name=ntpd
name="ntpd"
rcvar=`set_rcvar`
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"