Removed output of qos.sh clear

removed unload of imq module at qos clear (crash at 2.6.25)
network stop red ends now with exit 0 (errorcode at disconnect)
This commit is contained in:
Arne Fitzenreiter
2008-10-12 10:49:50 +02:00
parent 2219b263eb
commit a410968257
3 changed files with 20 additions and 17 deletions

View File

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