From c58b3fef44505c7c633953bd22e17ffe1235564e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 15 Oct 2009 08:26:26 +0200 Subject: [PATCH] Stop/Start squid at core32 update. --- config/rootfiles/core/32/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/rootfiles/core/32/update.sh b/config/rootfiles/core/32/update.sh index 479a0c62b9..3f379edc6d 100644 --- a/config/rootfiles/core/32/update.sh +++ b/config/rootfiles/core/32/update.sh @@ -23,8 +23,14 @@ # . /opt/pakfire/lib/functions.sh /usr/local/bin/backupctrl exclude >/dev/null 2>&1 +# +#Stop squid +/etc/init.d/squid stop extract_files # +#Start squid +/etc/init.d/squid start +# # Fix tmpfs Backup cronjob entry grep -v "tmpfs backup" /var/spool/cron/root.orig > /var/tmp/root.tmp echo "17 5 * * * /etc/init.d/tmpfs backup >/dev/null" >> /var/tmp/root.tmp -- 2.39.2