From: Arne Fitzenreiter Date: Sat, 15 May 2010 11:50:54 +0000 (+0200) Subject: Stop ipsec at core38 update. X-Git-Tag: v2.9-beta1~308 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=c131aeaff68e52c3aa36418ae219862416c89e9b Stop ipsec at core38 update. --- diff --git a/config/rootfiles/core/38/update.sh b/config/rootfiles/core/38/update.sh index 3c10b716e9..17f657e62a 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 ... @@ -67,12 +75,6 @@ rm -rf /lib/modules/*-ipfire 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 #