Fix dnsmasq was not stopped at shutdown

This commit is contained in:
Arne Fitzenreiter
2008-08-26 13:19:48 +02:00
parent e4e4b3f975
commit 7be0be70bc
3 changed files with 5 additions and 1 deletions

View File

@@ -117,6 +117,9 @@ case "${DO}" in
/etc/rc.d/init.d/networking/red stop
fi
fi
# Stopping dnsmasq if network all networks shutdown
[ "${ALL}" == "1" ] && /etc/rc.d/init.d/dnsmasq stop
;;
restart)