From 32600a2e825f210b07f320249b7f90d9c8abb01f Mon Sep 17 00:00:00 2001 From: dougb Date: Sat, 30 May 2009 21:51:38 +0000 Subject: Small cleanup, add (spurious) quotation marks around the value for name= to make these scripts consistent with the rest. --- etc/rc.d/archdep | 2 +- etc/rc.d/moused | 2 +- etc/rc.d/nscd | 2 +- etc/rc.d/ntpd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep index ef5c84e..157df8b 100755 --- a/etc/rc.d/archdep +++ b/etc/rc.d/archdep @@ -9,7 +9,7 @@ . /etc/rc.subr -name=archdep +name="archdep" start_cmd="archdep_start" stop_cmd=":" diff --git a/etc/rc.d/moused b/etc/rc.d/moused index ec50789..60372a0 100755 --- a/etc/rc.d/moused +++ b/etc/rc.d/moused @@ -9,7 +9,7 @@ . /etc/rc.subr -name=moused +name="moused" rcvar=`set_rcvar` command="/usr/sbin/${name}" start_cmd="moused_start" diff --git a/etc/rc.d/nscd b/etc/rc.d/nscd index acf63ab..e66c0ae 100755 --- a/etc/rc.d/nscd +++ b/etc/rc.d/nscd @@ -18,7 +18,7 @@ . /etc/rc.subr -name=nscd +name="nscd" rcvar=`set_rcvar` command=/usr/sbin/nscd diff --git a/etc/rc.d/ntpd b/etc/rc.d/ntpd index 7a4eef8..b7b009c 100755 --- a/etc/rc.d/ntpd +++ b/etc/rc.d/ntpd @@ -10,7 +10,7 @@ . /etc/rc.subr -name=ntpd +name="ntpd" rcvar=`set_rcvar` command="/usr/sbin/${name}" pidfile="/var/run/${name}.pid" -- cgit v1.1