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, core35 has been updated via 48e1ea8d0dac9f201ca68c3de30ae0e54cbba5f9 (commit) from 7fa48ca7c252af098de1935e55736cd2e39149a2 (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 48e1ea8d0dac9f201ca68c3de30ae0e54cbba5f9 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