]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Don't use -w 1 flag, which doesn't work on FreeBSD.
authorTed Lemon <source@isc.org>
Fri, 7 May 1999 17:33:36 +0000 (17:33 +0000)
committerTed Lemon <source@isc.org>
Fri, 7 May 1999 17:33:36 +0000 (17:33 +0000)
client/scripts/freebsd

index d9e44b40d08839a87dffde13ecc2006f5f423a05..ce7a1bf25fbb2bd8972c6f3dca04a5b173053cc8 100755 (executable)
@@ -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