From: Ted Lemon Date: Sat, 22 Nov 1997 06:15:01 +0000 (+0000) Subject: Don't echo ifconfig parameters - that was for debugging. X-Git-Tag: DHCP-971122~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f01219ea57e8883ceeac1b039d9e390fabda315;p=thirdparty%2Fdhcp.git Don't echo ifconfig parameters - that was for debugging. --- diff --git a/client/scripts/bsdos b/client/scripts/bsdos index dd49d8b17..7236a67a9 100755 --- a/client/scripts/bsdos +++ b/client/scripts/bsdos @@ -24,7 +24,6 @@ fi if [ x$reason = xMEDIUM ]; then ifconfig $interface $medium ifconfig $interface inet -alias 0.0.0.0 $medium >/dev/null 2>&1 - ifconfig $interface sleep 1 exit 0 fi diff --git a/client/scripts/freebsd b/client/scripts/freebsd index dd49d8b17..7236a67a9 100755 --- a/client/scripts/freebsd +++ b/client/scripts/freebsd @@ -24,7 +24,6 @@ fi if [ x$reason = xMEDIUM ]; then ifconfig $interface $medium ifconfig $interface inet -alias 0.0.0.0 $medium >/dev/null 2>&1 - ifconfig $interface sleep 1 exit 0 fi diff --git a/client/scripts/netbsd b/client/scripts/netbsd index dd49d8b17..7236a67a9 100755 --- a/client/scripts/netbsd +++ b/client/scripts/netbsd @@ -24,7 +24,6 @@ fi if [ x$reason = xMEDIUM ]; then ifconfig $interface $medium ifconfig $interface inet -alias 0.0.0.0 $medium >/dev/null 2>&1 - ifconfig $interface sleep 1 exit 0 fi