summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-19 20:27:30 +0000
committerErmal <eri@pfsense.org>2013-03-19 20:27:30 +0000
commitccc5f959ada7ff3a2432d85566bb775d600704a9 (patch)
treefeb24a608bf486dd2c2b99e4888e2c22cc2ce85f
parenta9518178f9aeead27fa40aef0fd040682f6f07f2 (diff)
downloadpfsense-ccc5f959ada7ff3a2432d85566bb775d600704a9.zip
pfsense-ccc5f959ada7ff3a2432d85566bb775d600704a9.tar.gz
Remove even this seems dhclient is smart enough to avoid this by itself
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 3935d71..e01ae08 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3631,9 +3631,6 @@ EOD;
else
log_error(printf(gettext("Could not bring up %s interface in interface_dhcp_configure()"), $wanif));
- $pid = find_dhclient_process($wanif);
- if ($pid)
- posix_kill($pid, SIGTERM);
/* fire up dhclient */
mwexec("/sbin/dhclient -c {$g['varetc_path']}/dhclient_{$interface}.conf {$wanif} > {$g['tmp_path']}/{$wanif}_output 2> {$g['tmp_path']}/{$wanif}_error_output");
OpenPOWER on IntegriCloud