From 049a688e5daac240b2651bbd2cc178612741d23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Mon, 16 Mar 2009 17:50:44 +0000 Subject: Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!) --- sbin/dhclient-script | 3 --- 1 file changed, 3 deletions(-) (limited to 'sbin/dhclient-script') 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 \ -- cgit v1.1