[Nagiosplug-checkins] CVS: nagiosplug configure.in,1.55,1.56

Jeremy T. Bouse undrgrid at users.sourceforge.net
Tue Mar 11 14:10:40 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs1:/tmp/cvs-serv2934

Modified Files:
	configure.in 
Log Message:
Fixed some ping6 variables


Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** configure.in	11 Mar 2003 18:32:08 -0000	1.55
--- configure.in	11 Mar 2003 22:09:34 -0000	1.56
***************
*** 1104,1109 ****
  		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_MSG_RESULT([$ac_cv_ping_command])
  
--- 1104,1109 ----
  		egrep -i "^round-trip|^rtt" >/dev/null
  	then
! 		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])
  
***************
*** 1167,1172 ****
  		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_MSG_RESULT([$ac_cv_ping_command])
  
--- 1167,1172 ----
  		egrep -i "^round-trip|^rtt" >/dev/null
  	then
! 		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])
  





More information about the Commits mailing list