From: Arne Fitzenreiter Date: Sat, 13 Mar 2010 19:00:31 +0000 (+0100) Subject: Stop/Start squid at core37 updater. X-Git-Tag: v2.9-beta1~423 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=7e576fa244388aef1199d481ab7557502fb8be53 Stop/Start squid at core37 updater. Restart apache after core37 update. --- diff --git a/config/rootfiles/core/37/update.sh b/config/rootfiles/core/37/update.sh index e363f895be..038187c31c 100644 --- a/config/rootfiles/core/37/update.sh +++ b/config/rootfiles/core/37/update.sh @@ -25,13 +25,15 @@ /usr/local/bin/backupctrl exclude >/dev/null 2>&1 # #Stop services - +/etc/init.d/squid stop # #Extract files extract_files # #Start services - +/etc/init.d/squid start +/etc/init.d/apache restart +# # #Delete sensors config to force new scan rm -f /etc/sysconfig/lm_sensors