mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 08:33:24 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193119
@ -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 New Issue
Block a user