From: Arne Fitzenreiter Date: Mon, 14 Oct 2019 18:09:39 +0000 (+0000) Subject: core137: add qos changes to updater X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=0fb42e01c576d55e5954cd1ff19d8e3fb5824d71 core137: add qos changes to updater Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/137/filelists/files b/config/rootfiles/core/137/filelists/files index 7d83b62e9e..33f86862f5 100644 --- a/config/rootfiles/core/137/filelists/files +++ b/config/rootfiles/core/137/filelists/files @@ -9,9 +9,11 @@ etc/rc.d/init.d/networking/red.up/99-geoip-database etc/sysctl.conf srv/web/ipfire/cgi-bin/dns.cgi srv/web/ipfire/cgi-bin/ovpnmain.cgi +srv/web/ipfire/cgi-bin/qos.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi usr/lib/firewall/rules.pl usr/sbin/firewall-policy usr/local/bin/xt_geoip_update var/ipfire/backup/bin/backup.pl +var/ipfire/qos/bin/makeqosscripts.pl var/ipfire/suricata/ruleset-sources diff --git a/config/rootfiles/core/137/update.sh b/config/rootfiles/core/137/update.sh index a78d50a4ab..98fdff83d5 100644 --- a/config/rootfiles/core/137/update.sh +++ b/config/rootfiles/core/137/update.sh @@ -82,6 +82,7 @@ rm -f /etc/sysconfig/lm_sensors # Remove files # Stop services +qosctrl stop # Extract files extract_files @@ -98,6 +99,10 @@ ldconfig /etc/init.d/unbound restart /etc/init.d/collectd restart +# generate new qos script +qosctrl generate +qosctrl start + # Search sensors again after reboot into the new kernel rm -f /etc/sysconfig/lm_sensors