From: Arne Fitzenreiter Date: Mon, 18 May 2009 20:35:26 +0000 (+0200) Subject: Don't restart qos while updating. X-Git-Tag: v2.5-beta3~3 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=37c2af6de31cc23232acb0ede25e2bb29c24559b Don't restart qos while updating. May crash because modules are not matching with kernel... --- diff --git a/config/rootfiles/core/28/update.sh b/config/rootfiles/core/28/update.sh index a218dd289e..155ecd871c 100644 --- a/config/rootfiles/core/28/update.sh +++ b/config/rootfiles/core/28/update.sh @@ -123,7 +123,6 @@ sed -i "s|$OLDVERSION|$NEWVERSION|g" /opt/pakfire/etc/pakfire.conf # Regenerate qos-scripts [ -e /var/ipfire/qos/enable ] && /usr/local/bin/qosctrl stop /usr/local/bin/qosctrl generate -[ -e /var/ipfire/qos/enable ] && /usr/local/bin/qosctrl start # # This core-update need a reboot /usr/bin/logger -p syslog.emerg -t core-upgrade-28 "Upgrade finished. Please reboot... "