Fix spikes in qos-graphs

This commit is contained in:
Arne Fitzenreiter
2009-05-17 19:58:27 +02:00
parent 5aecde1e21
commit c772568a71
4 changed files with 22 additions and 2 deletions

5
config/rootfiles/core/28/update.sh Executable file → Normal file
View File

@@ -120,5 +120,10 @@ rm -rf /etc/sysconfig/lm_sensors
#
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... "