mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
supported reverted cups and squid change QoS CTRL script changed exit codes for the red init scripts git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1129 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
11 lines
287 B
Bash
11 lines
287 B
Bash
#!/bin/bash
|
|
. /opt/pakfire/lib/functions.sh
|
|
mv /etc/sysconfig/rc.local /etc/sysconfig/rc.local.old
|
|
extract_files
|
|
if [ -e "/var/ipfire/qos/enable" ]; then
|
|
/usr/local/bin/qosctrl stop
|
|
/usr/local/bin/qosctrl generate
|
|
/usr/local/bin/qosctrl start
|
|
fi
|
|
/usr/local/bin/outgoingfwctrl restart
|