From: Arne Fitzenreiter Date: Tue, 6 Sep 2011 10:44:45 +0000 (+0200) Subject: core52: stop/start squid at update. X-Git-Tag: v2.9-core52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Ftags%2Fv2.9-core52;hp=fc8c4295ac9e33fa73f1d83e3d7567702831e638;p=people%2Ftrikolon%2Fipfire-2.x.git core52: stop/start squid at update. --- diff --git a/config/rootfiles/core/52/update.sh b/config/rootfiles/core/52/update.sh index 1e2f61e7f..412299d60 100644 --- a/config/rootfiles/core/52/update.sh +++ b/config/rootfiles/core/52/update.sh @@ -34,6 +34,7 @@ done # #Stop services +/etc/init.d/squid stop /etc/init.d/apache stop # @@ -43,6 +44,7 @@ extract_files # #Start services /etc/init.d/apache start +/etc/init.d/squid start # #Update Language cache