aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-05-30 21:51:38 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-05-30 21:51:38 +0000
commitfe9e60d287c9eda46e9c7f779142d359ebdd616b (patch)
tree37365b05c8dd8018234dabd7a7b0cd5a89ad7f71
parentb004b4e45f996bd2b191204cdf28c956cdfad954 (diff)
Notes
-rwxr-xr-xetc/rc.d/archdep2
-rwxr-xr-xetc/rc.d/moused2
-rwxr-xr-xetc/rc.d/nscd2
-rwxr-xr-xetc/rc.d/ntpd2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/rc.d/archdep b/etc/rc.d/archdep
index ef5c84e27446..157df8bb5699 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 ec50789dbfe5..60372a020f21 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 acf63ab06d04..e66c0ae811f2 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 7a4eef82c669..b7b009c33822 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"