From: Arne Fitzenreiter Date: Sun, 24 Aug 2008 16:16:25 +0000 (+0200) Subject: Updater: delete old lm-sensor modullist X-Git-Tag: v2.3-beta4~60 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=124314c59eb1e0f3a5a58122bd8e3de8c38683b4 Updater: delete old lm-sensor modullist --- diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index bf1f37410b..8a749cdee8 100755 --- a/config/rootfiles/updater/update.sh +++ b/config/rootfiles/updater/update.sh @@ -50,6 +50,7 @@ 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 # tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \ -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1 @@ -60,6 +61,10 @@ echo Update IPfire to $NEWVERSON ... # rm -rf /etc/rc.d/rc3.d/S20collectd # +# Delete old lm-sensor modullist... +# +rm -rf /etc/sysconfig/lm-sensors +# # Remove old kernel, configs, initrd, modules ... # rm -rf /boot/System.map-*