Fix some typo's at updater...

This commit is contained in:
Arne Fitzenreiter
2008-08-26 15:40:19 +02:00
parent 7be0be70bc
commit 4c1bf0c9a9

View File

@@ -50,12 +50,12 @@ echo etc/issue >> /opt/pakfire/tmp/ROOTFILES
echo opt/pakfire/etc/pakfire.conf >> /opt/pakfire/tmp/ROOTFILES
echo var/spool/cron/root.orig >> /opt/pakfire/tmp/ROOTFILES
echo etc/udev/rules.d/30-persistent-network.rules >> /opt/pakfire/tmp/ROOTFILES
echo etc/sysconfig/lm-sensors >> /opt/pakfire/tmp/ROOTFILES
echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES
#
tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \
-T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1
echo
echo Update IPfire to $NEWVERSON ...
echo Update IPfire to $NEWVERSION ...
#
# Delete old collectd symlink
#
@@ -63,7 +63,7 @@ rm -rf /etc/rc.d/rc3.d/S20collectd
#
# Delete old lm-sensor modullist...
#
rm -rf /etc/sysconfig/lm-sensors
rm -rf /etc/sysconfig/lm_sensors
#
# Remove old kernel, configs, initrd, modules ...
#