]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Rebuild qos-script at core38 update.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 11 May 2010 16:02:26 +0000 (18:02 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 11 May 2010 16:02:26 +0000 (18:02 +0200)
small fixes at core38 updater.

config/rootfiles/core/38/update.sh

index df9748816ba6aef5ae3a9abb36ff990e48bfc622..d15b829d16900bdad9bf6f81f54bb8ddf24226b9 100644 (file)
@@ -46,8 +46,8 @@ echo update archive. This may take a while ...
 echo lib/modules >> /opt/pakfire/tmp/ROOTFILES
 echo boot >> /opt/pakfire/tmp/ROOTFILES
 echo etc/sysconfig/lm_sensors >> /opt/pakfire/tmp/ROOTFILES
-echo usr/lib/ipsec
-echo usr/libexec/ipsec
+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
 echo
@@ -161,10 +161,18 @@ echo Cleaned up collectd directory from $PRECLEAN to $POSTCLEAN size.
 #
 # USB Modeswitch conf now called setup, rename ...
 #
+if [ -e /etc/usb_modeswitch.conf ]; then
 mv -f /etc/usb_modeswitch.conf /etc/usb_modeswitch.setup
+fi
 #
-#
-# Todo: rebuild qosscript if enabled...
+# rebuild qosscript if enabled...
+if [ -e /var/ipfire/qos/enable ]; then
+       /usr/local/bin/qosctrl stop
+fi
+/usr/local/bin/qosctrl generate
+if [ -e /var/ipfire/qos/enable ]; then
+       /usr/local/bin/qosctrl start
+fi
 #
 #
 # Todo convert ipsec.conf from open to strongswan...