From 4d79d4d740c86797052ebb48a4fc1f344661727b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 23 Jan 2010 13:49:46 +0100 Subject: [PATCH] Stop squid for core35 update. --- config/rootfiles/core/35/update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/core/35/update.sh b/config/rootfiles/core/35/update.sh index 9d0da1097b..103d00d1bd 100644 --- a/config/rootfiles/core/35/update.sh +++ b/config/rootfiles/core/35/update.sh @@ -25,6 +25,7 @@ /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # #Stop services +/etc/init.d/squid stop /etc/init.d/sysklogd stop # #Extract files @@ -32,6 +33,7 @@ extract_files # #Start services /etc/init.d/sysklogd start +/etc/init.d/squid start # #Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" -- 2.39.5