]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't echo ifconfig parameters - that was for debugging.
authorTed Lemon <source@isc.org>
Sat, 22 Nov 1997 06:15:01 +0000 (06:15 +0000)
committerTed Lemon <source@isc.org>
Sat, 22 Nov 1997 06:15:01 +0000 (06:15 +0000)
client/scripts/bsdos
client/scripts/freebsd
client/scripts/netbsd

index dd49d8b179e5751238d1e7a3e911dc82a64a8ce1..7236a67a9a9a853511b3560d6e151b9e15f6d8aa 100755 (executable)
@@ -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
index dd49d8b179e5751238d1e7a3e911dc82a64a8ce1..7236a67a9a9a853511b3560d6e151b9e15f6d8aa 100755 (executable)
@@ -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
index dd49d8b179e5751238d1e7a3e911dc82a64a8ce1..7236a67a9a9a853511b3560d6e151b9e15f6d8aa 100755 (executable)
@@ -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