mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-03 08:42:55 +02:00
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:
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/local/bin/ipsecctrl D
|
||||
/usr/local/bin/ipsecctrl D &
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/local/bin/openvpnctrl -k
|
||||
/usr/local/bin/openvpnctrl -k &
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -5,3 +5,5 @@
|
||||
IFACE=`cat /var/ipfire/red/iface 2>/dev/null | tr -d '\012'`
|
||||
|
||||
[ "$IFACE" != "" ] && ifconfig $IFACE -multicast
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/local/bin/setddns.pl -f
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
/etc/rc.d/helper/writeipac.pl
|
||||
/usr/sbin/fetchipac -S
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -4,3 +4,4 @@ eval $(/usr/local/bin/readhash /var/ipfire/vpn/settings)
|
||||
|
||||
sleep $VPN_DELAYED_START && /usr/local/bin/ipsecctrl S &
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
|
||||
/usr/local/bin/openvpnctrl -s
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
nice -n 10 /opt/pakfire/pakfire update >/dev/null 2>&1 &
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user