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 96667929bf683af5d30426e397bbd5b136cce588 (commit) from c77a4b8c7a1d8c6b69cd4b32dfccc584a76d844b (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 96667929bf683af5d30426e397bbd5b136cce588 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Jun 23 17:44:49 2010 +0200
Moved squid restart at coreupdate to the end of update process. If squidguard need to much ram the build of the ramdisk may fail on machines with less ram.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/update.sh | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 8882021..1c65373 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -116,9 +116,8 @@ echo Unpack the updated files ... tar xvf /opt/pakfire/tmp/files --preserve --numeric-owner -C / \ --no-overwrite-dir # -# Start Sevices +# Start sysklogd /etc/init.d/sysklogd start -/etc/init.d/squid start # # Modify grub.conf # @@ -267,6 +266,9 @@ echo '/usr/bin/logger -p syslog.emerg -t core-upgrade-38 " *** Please reboot... chmod +x /tmp/pak_update /tmp/pak_update & # +# Start squid +/etc/init.d/squid start +# echo echo Please wait until pakfire has ended... echo
hooks/post-receive -- IPFire 2.x development tree