From acd0aa475462972b9d158e7c985e23556bb08fd4 Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 30 Mar 1999 21:21:23 +0000 Subject: Our ping doesn't have the ``-w'' option. Submitted by: Kevin Street --- contrib/isc-dhcp/client/scripts/freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/isc-dhcp/client') diff --git a/contrib/isc-dhcp/client/scripts/freebsd b/contrib/isc-dhcp/client/scripts/freebsd index 77fdc5c..741b620 100755 --- a/contrib/isc-dhcp/client/scripts/freebsd +++ b/contrib/isc-dhcp/client/scripts/freebsd @@ -130,7 +130,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 -- cgit v1.1