From: Arne Fitzenreiter Date: Thu, 15 Oct 2009 19:09:40 +0000 (+0200) Subject: Stop/Start dnsmasq at core32 update. X-Git-Tag: v2.9-beta1~684 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=9ae1e50cf01bd64b43671544a990f7c27f400554 Stop/Start dnsmasq at core32 update. --- diff --git a/config/rootfiles/core/32/update.sh b/config/rootfiles/core/32/update.sh index 3f379edc6d..0466382110 100644 --- a/config/rootfiles/core/32/update.sh +++ b/config/rootfiles/core/32/update.sh @@ -24,11 +24,13 @@ . /opt/pakfire/lib/functions.sh /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # -#Stop squid +#Stop services /etc/init.d/squid stop +/etc/init.d/dnsmasq stop extract_files # -#Start squid +#Start services +/etc/init.d/dnsmasq start /etc/init.d/squid start # # Fix tmpfs Backup cronjob entry