This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 4d79d4d740c86797052ebb48a4fc1f344661727b (commit) from 90e0ed0d5e9312dfc7892bf3d466e443cf596e59 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4d79d4d740c86797052ebb48a4fc1f344661727b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 23 13:49:46 2010 +0100
Stop squid for core35 update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/35/update.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/35/update.sh b/config/rootfiles/core/35/update.sh index 9d0da10..103d00d 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"
hooks/post-receive -- IPFire 2.x development tree