Fixed some ping6 variables

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@395 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Jeremy T. Bouse 2003-03-11 22:09:34 +00:00
parent aad5b08491
commit d7ba5ec38b

View file

@ -1103,8 +1103,8 @@ elif test "x$PATH_TO_PING6" != "x"; then
elif $PATH_TO_PING6 -n -s 56 -c 1 ::1 2>/dev/null | \
egrep -i "^round-trip|^rtt" >/dev/null
then
ac_cv_ping_command="$PATH_TO_PING6 -n -s 56 -c %d %s"
ac_cv_ping_packets_first=yes
ac_cv_ping6_command="$PATH_TO_PING6 -n -s 56 -c %d %s"
ac_cv_ping6_packets_first=yes
AC_MSG_RESULT([$ac_cv_ping_command])
elif $PATH_TO_PING6 -n -c 1 ::1 2>/dev/null | \
@ -1166,8 +1166,8 @@ elif test "x$PATH_TO_PING" != "x"; then
elif $PATH_TO_PING -A inet6 -n -s 56 -c 1 ::1 2>/dev/null | \
egrep -i "^round-trip|^rtt" >/dev/null
then
ac_cv_ping_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s"
ac_cv_ping_packets_first=yes
ac_cv_ping6_command="$PATH_TO_PING -A inet6 -n -s 56 -c %d %s"
ac_cv_ping6_packets_first=yes
AC_MSG_RESULT([$ac_cv_ping_command])
elif $PATH_TO_PING -A inet6 -n -c 1 ::1 2>/dev/null | \