c1e6e98
--- t/nagios-plugins-1.4.11/configure	2007-12-13 16:42:38.000000000 -0600
c1e6e98
+++ nagios-plugins-1.4.11/configure	2008-04-09 10:42:30.000000000 -0500
c1e6e98
@@ -25332,7 +25332,7 @@
c1e6e98
 	fi
c1e6e98
 
c1e6e98
 elif [ "z$ac_cv_uname_s" = "zUnixWare" ] && \
c1e6e98
-	$PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
c1e6e98
+	$PATH_TO_PING -n -s 127.0.0.1 56 1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
         with_ping_command="$PATH_TO_PING -n -U -c %d %s"
c1e6e98
@@ -25349,7 +25349,7 @@
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n -U -c 1 127.0.0.1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n -U -c 1 127.0.0.1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
         with_ping_command="$PATH_TO_PING -n -U -c %d %s"
c1e6e98
@@ -25357,7 +25357,7 @@
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n -c 1 127.0.0.1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n -c 1 127.0.0.1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING -n -c %d %s"
c1e6e98
@@ -25365,35 +25365,35 @@
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n 127.0.0.1 -c 1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n 127.0.0.1 -c 1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING -n %s -c %d"
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING 127.0.0.1 -n 1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING 127.0.0.1 -n 1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING %s -n %d"
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n -s 127.0.0.1 56 1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING -n -s %s 56 %d"
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n -h 127.0.0.1 -s 56 -c 1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n -h 127.0.0.1 -s 56 -c 1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING -n -h %s -s 56 -c %d"
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n -s 56 -c 1 127.0.0.1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n -s 56 -c 1 127.0.0.1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING -n -s 56 -c %d %s"
c1e6e98
@@ -25401,7 +25401,7 @@
c1e6e98
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
c1e6e98
 echo "${ECHO_T}$with_ping_command" >&6; }
c1e6e98
 
c1e6e98
-elif $PATH_TO_PING -n -c 1 127.0.0.1 2>/dev/null | \
c1e6e98
+elif $PATH_TO_PING -n -c 1 127.0.0.1 -w 5 2>/dev/null | \
c1e6e98
 	egrep -i "^round-trip|^rtt" >/dev/null
c1e6e98
 then
c1e6e98
 	with_ping_command="$PATH_TO_PING -n -c %d %s"