From ccc5f959ada7ff3a2432d85566bb775d600704a9 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 19 Mar 2013 20:27:30 +0000 Subject: [PATCH] Remove even this seems dhclient is smart enough to avoid this by itself --- etc/inc/interfaces.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 3935d7198b..e01ae08ef9 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");