From: Ted Lemon Date: Fri, 7 May 1999 17:33:36 +0000 (+0000) Subject: Don't use -w 1 flag, which doesn't work on FreeBSD. X-Git-Tag: V3-ALPHA-19990507~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d1a65ac9d5c548eb9dceb6dbf0db4b5f271409;p=thirdparty%2Fdhcp.git Don't use -w 1 flag, which doesn't work on FreeBSD. --- diff --git a/client/scripts/freebsd b/client/scripts/freebsd index d9e44b40d..ce7a1bf25 100755 --- a/client/scripts/freebsd +++ b/client/scripts/freebsd @@ -158,7 +158,7 @@ if [ x$reason = xTIMEOUT ]; then sleep 1 if [ "$new_routers" != "" ]; then set $new_routers - if ping -q -c 1 -w 1 $1; then + if ping -q -c 1 $1; then if [ x$new_ip_address != x$alias_ip_address ] && \ [ x$alias_ip_address != x ]; then ifconfig $interface inet alias $alias_ip_address $alias_subnet_arg