From: Arne Fitzenreiter Date: Wed, 17 Sep 2008 14:50:09 +0000 (+0200) Subject: Moved deleting of lm_sensor config after migrate.pl (it restart collectd with the... X-Git-Tag: v2.3-beta4~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88abfb83fb441723537e7ae3e496873a3e1929b9;p=ipfire-2.x.git Moved deleting of lm_sensor config after migrate.pl (it restart collectd with the old kernel) --- diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index 52d404ee12..e88f079910 100755 --- a/config/rootfiles/updater/update.sh +++ b/config/rootfiles/updater/update.sh @@ -64,10 +64,6 @@ echo Update IPfire to $NEWVERSION ... # rm -rf /etc/rc.d/rc3.d/S20collectd # -# Delete old lm-sensor modullist... -# -rm -rf /etc/sysconfig/lm_sensors -# # Delete old iptables libs... # rm -rf /lib/iptables @@ -158,6 +154,10 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" perl /var/ipfire/qos/bin/migrate.pl /var/ipfire/updatexlrator/bin/convert # +# Delete old lm-sensor modullist... +# +rm -rf /etc/sysconfig/lm_sensors +# # ISDN # /etc/init.d/mISDN config