summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-03-16 17:50:44 +0000
committerErmal Luçi <eri@pfsense.org>2009-03-16 17:50:44 +0000
commit049a688e5daac240b2651bbd2cc178612741d23a (patch)
treef76be91dfaf8e42e68aafaeb281a2eb83435e326 /sbin
parentc9aee395d7baf8d472ad0b481dba099eb6674061 (diff)
downloadpfsense-049a688e5daac240b2651bbd2cc178612741d23a.zip
pfsense-049a688e5daac240b2651bbd2cc178612741d23a.tar.gz
Remove ftp-proxy/pftpx/ftpsesame references we handle all of this in kernel now.(yay!)
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