From: Arne Fitzenreiter Date: Mon, 10 Aug 2015 18:09:15 +0000 (+0200) Subject: core93: stop/start dnsmasq at update. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ba1f74eb3f3a2fafe54fa26c8cd075a39ee7cfa;p=people%2Fms%2Fipfire-2.x.git core93: stop/start dnsmasq at update. --- diff --git a/config/rootfiles/core/93/update.sh b/config/rootfiles/core/93/update.sh index e4e88a31e3..f8aebdf9b5 100644 --- a/config/rootfiles/core/93/update.sh +++ b/config/rootfiles/core/93/update.sh @@ -32,6 +32,7 @@ do done # Stop services +/etc/init.d/dnsmasq stop /etc/init.d/squid stop # Extract files @@ -46,6 +47,7 @@ rm -f /opt/pakfire/db/rootfiles/libevent2 # Start services /etc/init.d/squid start +/etc/init.d/dnsmasq start # This update need a reboot... #touch /var/run/need_reboot