summaryrefslogtreecommitdiff
path: root/init.d.misc/dnsmasq.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.misc/dnsmasq.in')
-rw-r--r--init.d.misc/dnsmasq.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in
index b84c275..21ce6f5 100644
--- a/init.d.misc/dnsmasq.in
+++ b/init.d.misc/dnsmasq.in
@@ -9,16 +9,16 @@ required_files=/etc/dnsmasq.conf
extra_started_commands="reload"
-depend() {
+depend()
+{
provide dns
need localmount net
after bootmisc
}
-reload() {
+reload()
+{
ebegin "Reloading ${SVCNAME}"
start-stop-daemon --signal SIGHUP --pidfile "${pidfile}"
eend $?
}
-
-# vim: set ts=4 :