From 9ae1e50cf01bd64b43671544a990f7c27f400554 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 15 Oct 2009 21:09:40 +0200 Subject: [PATCH] Stop/Start dnsmasq at core32 update. --- config/rootfiles/core/32/update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2