From 7f01219ea57e8883ceeac1b039d9e390fabda315 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sat, 22 Nov 1997 06:15:01 +0000 Subject: [PATCH] Don't echo ifconfig parameters - that was for debugging. --- client/scripts/bsdos | 1 - client/scripts/freebsd | 1 - client/scripts/netbsd | 1 - 3 files changed, 3 deletions(-) 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 -- 2.47.3