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 c131aeaff68e52c3aa36418ae219862416c89e9b (commit) from bc4b68b4003a8385a874a4d301f25bd54028960b (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 c131aeaff68e52c3aa36418ae219862416c89e9b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 15 13:50:54 2010 +0200
Stop ipsec at core38 update.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/update.sh | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 3c10b71..17f657e 100644 --- a/config/rootfiles/core/38/update.sh +++ b/config/rootfiles/core/38/update.sh @@ -50,6 +50,14 @@ echo usr/lib/ipsec >> /opt/pakfire/tmp/ROOTFILES echo usr/libexec/ipsec >> /opt/pakfire/tmp/ROOTFILES tar cjvf /var/ipfire/backup/core-upgrade_$KVER.tar.bz2 \ -C / -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' > /dev/null 2>&1 + +# +# Stop Sevices +# +/etc/init.d/collectd stop +/etc/init.d/squid stop +/etc/init.d/ipsec stop + echo echo Update Kernel to $KVER ... # Remove old kernel, configs, initrd, modules ... @@ -68,12 +76,6 @@ rm -rf /usr/lib/ipsec rm -rf /usr/libexec/ipsec
# -# Stop Sevices -# -/etc/init.d/collectd stop -/etc/init.d/squid stop - -# # Backup grub.conf # cp -vf /boot/grub/grub.conf /boot/grub/grub.conf.org
hooks/post-receive -- IPFire 2.x development tree