diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 12:18:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 12:18:05 +0000 |
commit | 6b41b6500842b2b6bd7f78b4f2ccda579ee1a108 (patch) | |
tree | a57599974eb573de7b12ec118e1c658a527ad3ec /init.d.misc/dnsmasq.in | |
parent | 3bf49a9bd19d5bbcf6976dd42b4f87f1b173e287 (diff) |
Remove vim settings.
Diffstat (limited to 'init.d.misc/dnsmasq.in')
-rw-r--r-- | init.d.misc/dnsmasq.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/init.d.misc/dnsmasq.in b/init.d.misc/dnsmasq.in index b84c2750..21ce6f58 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 : |