summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-10-06 22:23:03 +0000
committerErmal Luçi <eri@pfsense.org>2008-10-06 22:23:03 +0000
commitdf4ae7c832e3feeced728d3275dfb322d8dbdfb8 (patch)
treeb4c55c4a1eba40852f5c8d144666511b7a2f8f75 /etc/rc.newwanip
parent1f5309a3a53a7c3635422ea85930fce68bfa5110 (diff)
downloadpfsense-df4ae7c832e3feeced728d3275dfb322d8dbdfb8.zip
pfsense-df4ae7c832e3feeced728d3275dfb322d8dbdfb8.tar.gz
* Remove bigpond support from backend.
* Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index afb21f9..2141835 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -82,14 +82,9 @@ exec("killall -HUP openvpn 2>/dev/null");
/* regenerate resolv.conf if DNS overrides are allowed or the BigPond
client is enabled */
-if (isset($config['system']['dnsallowoverride']) ||
- ($config['interfaces'][$interface]['ipaddr'] == "bigpond"))
+if (isset($config['system']['dnsallowoverride']))
system_resolvconf_generate(true);
-/* fire up the BigPond client, if necessary */
-if ($config['interfaces'][$interface]['ipaddr'] == "bigpond")
- interfaces_wan_bigpond_configure($curwanip);
-
/* perform RFC 2136 DNS update */
services_dnsupdate_process();
OpenPOWER on IntegriCloud