mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
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:
parent
aad5b08491
commit
d7ba5ec38b
1 changed files with 4 additions and 4 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Reference in a new issue