summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/ntpd
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-05-30 21:51:38 +0000
committerdougb <dougb@FreeBSD.org>2009-05-30 21:51:38 +0000
commit32600a2e825f210b07f320249b7f90d9c8abb01f (patch)
tree37365b05c8dd8018234dabd7a7b0cd5a89ad7f71 /etc/rc.d/ntpd
parent04b5be7954042cff9e82e646247c67388cdc47c1 (diff)
downloadFreeBSD-src-32600a2e825f210b07f320249b7f90d9c8abb01f.zip
FreeBSD-src-32600a2e825f210b07f320249b7f90d9c8abb01f.tar.gz
Small cleanup, add (spurious) quotation marks around the value
for name= to make these scripts consistent with the rest.
Diffstat (limited to 'etc/rc.d/ntpd')
-rwxr-xr-xetc/rc.d/ntpd2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud