From 71062f479ada8e714d821295fdc6a5ae3a19b95c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 27 Apr 2009 12:06:54 +0000 Subject: Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style. --- init.d.misc/dnsmasq.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.d.misc/dnsmasq.in') diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in index 02e146c..8b11de8 100644 --- a/init.d.misc/dnsmasq.in +++ b/init.d.misc/dnsmasq.in @@ -3,7 +3,7 @@ # All rights reserved. Released under the 2-clause BSD license. command=@PKG_PREFIX@/sbin/dnsmasq -command_args=${dnsmasq_args} +command_args=$dnsmasq_args pidfile=@VARBASE@/run/dnsmasq.pid required_files=/etc/dnsmasq.conf @@ -18,7 +18,7 @@ depend() reload() { - ebegin "Reloading ${RC_SVCNAME}" - start-stop-daemon --signal SIGHUP --pidfile "${pidfile}" + ebegin "Reloading $RC_SVCNAME" + start-stop-daemon --signal SIGHUP --pidfile "$pidfile" eend $? } -- cgit v1.2.3