[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
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug configure.in,1.54,1.55
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_by_ssh.c,1.9,1.10 check_dig.c,1.8,1.9 check_disk.c,1.10,1.11 check_dns.c,1.9,1.10 check_fping.c,1.4,1.5 check_hpjd.c,1.8,1.9 check_http.c,1.25,1.26 check_ide-smart.c,1.1.1.1,1.2 check_ldap.c,1.4,1.5 check_load.c,1.6,1.7 check_mrtg.c,1.4,1.5 check_mrtgtraf.c,1.4,1.5 check_mysql.c,1.7,1.8 check_nagios.c,1.4,1.5 check_nt.c,1.8,1.9 check_nwstat.c,1.4,1.5 check_overcr.c,1.2,1.3 check_pgsql.c,1.8,1.9 check_ping.c,1.13,1.14 check_procs.c,1.9,1.10 check_radius.c,1.4,1.5 check_real.c,1.4,1.5 check_smtp.c,1.11,1.12 check_snmp.c,1.24,1.25 check_ssh.c,1.6,1.7 check_swap.c,1.9,1.10 check_tcp.c,1.13,1.14 check_time.c,1.4,1.5 check_udp.c,1.5,1.6 check_ups.c,1.6,1.7 check_users.c,1.3,1.4 check_vsz.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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])
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug configure.in,1.54,1.55
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_by_ssh.c,1.9,1.10 check_dig.c,1.8,1.9 check_disk.c,1.10,1.11 check_dns.c,1.9,1.10 check_fping.c,1.4,1.5 check_hpjd.c,1.8,1.9 check_http.c,1.25,1.26 check_ide-smart.c,1.1.1.1,1.2 check_ldap.c,1.4,1.5 check_load.c,1.6,1.7 check_mrtg.c,1.4,1.5 check_mrtgtraf.c,1.4,1.5 check_mysql.c,1.7,1.8 check_nagios.c,1.4,1.5 check_nt.c,1.8,1.9 check_nwstat.c,1.4,1.5 check_overcr.c,1.2,1.3 check_pgsql.c,1.8,1.9 check_ping.c,1.13,1.14 check_procs.c,1.9,1.10 check_radius.c,1.4,1.5 check_real.c,1.4,1.5 check_smtp.c,1.11,1.12 check_snmp.c,1.24,1.25 check_ssh.c,1.6,1.7 check_swap.c,1.9,1.10 check_tcp.c,1.13,1.14 check_time.c,1.4,1.5 check_udp.c,1.5,1.6 check_ups.c,1.6,1.7 check_users.c,1.3,1.4 check_vsz.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list