[Nagiosplug-checkins] nagiosplug configure.in, 1.213, 1.214 NEWS, 1.22, 1.23
Thomas Guyot
dermoth at users.sourceforge.net
Thu Apr 19 05:46:16 CEST 2007
Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs16:/tmp/cvs-serv2624
Modified Files:
configure.in NEWS
Log Message:
Fix compilation of check_ldap, check_radius and check_pgsql (*ding*)
Index: NEWS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/NEWS,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- NEWS 18 Apr 2007 19:31:28 -0000 1.22
+++ NEWS 19 Apr 2007 03:46:14 -0000 1.23
@@ -4,6 +4,7 @@
Inclusion of contrib/check_cluster2 as check_cluster with some improvements
New/improved -E/--skip-stderr and -S/--skip-stdout options for check_by_ssh
check_snmp now support Counter64
+ Fix compilation of check_ldap, check_radius and check_pgsql
1.4.8 11th April 2007
Respects --without-world-permissions for setuid plugins
Index: configure.in
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- configure.in 11 Apr 2007 12:08:05 -0000 1.213
+++ configure.in 19 Apr 2007 03:46:13 -0000 1.214
@@ -246,7 +246,7 @@
AC_MSG_WARN([Skipping mysql plugin])
AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).])
else
- EXTRAS="$EXTRA check_mysql check_mysql_query"
+ EXTRAS="$EXTRAS check_mysql check_mysql_query"
MYSQLINCLUDE="$np_mysql_include"
MYSQLLIBS="$np_mysql_libs"
MYSQLCFLAGS="$np_mysql_cflags"
More information about the Commits
mailing list