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 7e576fa244388aef1199d481ab7557502fb8be53 (commit) via f064979091baf471023e9a3a684cc9671de58d78 (commit) from 8fd3c449c6d06656f6515204df56997e9a37eb49 (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 7e576fa244388aef1199d481ab7557502fb8be53 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Mar 13 20:00:31 2010 +0100
Stop/Start squid at core37 updater. Restart apache after core37 update.
commit f064979091baf471023e9a3a684cc9671de58d78 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Mar 13 18:39:17 2010 +0100
Add squid changes to core37.
-----------------------------------------------------------------------
Summary of changes: .../{oldcore/32 => core/37}/filelists/squid | 0 config/rootfiles/core/37/update.sh | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/32 => core/37}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/37/filelists/squid b/config/rootfiles/core/37/filelists/squid new file mode 120000 index 0000000..2dc8372 --- /dev/null +++ b/config/rootfiles/core/37/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/37/update.sh b/config/rootfiles/core/37/update.sh index e363f89..038187c 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
hooks/post-receive -- IPFire 2.x development tree