]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fix some typo's at updater...
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 26 Aug 2008 13:40:19 +0000 (15:40 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 26 Aug 2008 13:40:19 +0000 (15:40 +0200)
config/rootfiles/updater/update.sh

index 8a749cdee832d89679145c4f8584cc8fead2d0b6..833ecbacb8cd60ba19cbe91004d9d84d6b6495f4 100755 (executable)
@@ -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 ...
 #