Remove vim settings.

This commit is contained in:
Roy Marples
2008-01-11 12:18:05 +00:00
parent 3bf49a9bd1
commit 6b41b65008
11 changed files with 44 additions and 40 deletions

View File

@@ -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 :