mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 04:01:09 -04:00
Small cleanup, add (spurious) quotation marks around the value
for name= to make these scripts consistent with the rest.
This commit is contained in:
parent
b004b4e45f
commit
fe9e60d287
4 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=archdep
|
||||
name="archdep"
|
||||
start_cmd="archdep_start"
|
||||
stop_cmd=":"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=moused
|
||||
name="moused"
|
||||
rcvar=`set_rcvar`
|
||||
command="/usr/sbin/${name}"
|
||||
start_cmd="moused_start"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=nscd
|
||||
name="nscd"
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
command=/usr/sbin/nscd
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=ntpd
|
||||
name="ntpd"
|
||||
rcvar=`set_rcvar`
|
||||
command="/usr/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
|
|
|
|||
Loading…
Reference in a new issue