removed custom background option for urlfilter option is no longer

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
This commit is contained in:
maniacikarus
2007-12-23 17:33:32 +00:00
parent ed8286424f
commit d47ad587e7
16 changed files with 40 additions and 44 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash
/usr/local/bin/ipsecctrl D
/usr/local/bin/ipsecctrl D &
exit 0

View File

@@ -1,3 +1,5 @@
#!/bin/bash
/usr/local/bin/openvpnctrl -k
/usr/local/bin/openvpnctrl -k &
exit 0

View File

@@ -5,3 +5,5 @@
IFACE=`cat /var/ipfire/red/iface 2>/dev/null | tr -d '\012'`
[ "$IFACE" != "" ] && ifconfig $IFACE -multicast
exit 0

View File

@@ -1,3 +1,5 @@
#!/bin/bash
/usr/local/bin/setddns.pl -f
exit 0

View File

@@ -3,3 +3,4 @@
/etc/rc.d/helper/writeipac.pl
/usr/sbin/fetchipac -S
exit 0

View File

@@ -4,3 +4,4 @@ eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
sleep $VPN_DELAYED_START && /usr/local/bin/ipsecctrl S &
exit 0

View File

@@ -2,3 +2,4 @@
/usr/local/bin/openvpnctrl -s
exit 0

View File

@@ -1,3 +1,5 @@
#!/bin/sh
nice -n 10 /opt/pakfire/pakfire update >/dev/null 2>&1 &
exit 0