From 7e576fa244388aef1199d481ab7557502fb8be53 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 13 Mar 2010 20:00:31 +0100 Subject: [PATCH] Stop/Start squid at core37 updater. Restart apache after core37 update. --- config/rootfiles/core/37/update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2