Ended core 5 and started core 6

Fixed qosctrl
Fixed Squid init script
Cosmetic changes for the graphswq


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1140 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2008-01-11 18:26:42 +00:00
parent 4414685ac5
commit af95dec53c
12 changed files with 52 additions and 41 deletions

View File

@@ -65,7 +65,7 @@ case "$1" in
stop)
if [ -e /var/ipfire/proxy/enable -o -e /var/ipfire/proxy/enable_blue ]; then
if [ -e /var/run/squid.pid ]; then
boot_mesg "Stopping Squid Proxy Server..."
iptables -t nat -F SQUID
squid -k shutdown >/dev/null 2>&1