summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/dhclient-script3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index 0ad09f7..4a0659a 100755
--- a/sbin/dhclient-script
+++ b/sbin/dhclient-script
@@ -66,9 +66,6 @@ add_new_address() {
$LOGGER "Starting add_new_address()"
- # Kill off old pftpx process.
- kill `ps awux | grep "pftpx -b" | grep -v grep | grep $old_ip_address | cut -d" " -f5`
-
$LOGGER "ifconfig $interface inet $new_ip_address netmask $new_subnet_mask broadcast $new_broadcast_address $medium"
$IFCONFIG $interface \
OpenPOWER on IntegriCloud