From 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 30 Sep 2013 00:03:24 +0200 Subject: Import Nagios Plugins site Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files. --- web/attachments/52944-patches.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 web/attachments/52944-patches.txt (limited to 'web/attachments/52944-patches.txt') diff --git a/web/attachments/52944-patches.txt b/web/attachments/52944-patches.txt new file mode 100644 index 0000000..165ac93 --- /dev/null +++ b/web/attachments/52944-patches.txt @@ -0,0 +1,39 @@ +--- src/nagios-plugins-1.3.0/configure.in 2003-03-01 20:58:12.000000000 -0800 ++++ configure.in 2003-06-11 14:38:45.444708000 -0700 +@@ -145,11 +145,13 @@ + + dnl Check for radius libraries + _SAVEDLIBS="$LIBS" +-AC_CHECK_LIB(radiusclient,rc_read_config) ++AC_CHECK_LIB(radiusclient,rc_read_config,,,$SOCKETLIBS) + if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then + EXTRAS="$EXTRAS check_radius" +- RADIUSLIBS="-lradiusclient" ++ RADIUSLIBS="-lradiusclient $SOCKETLIBS" ++ RADIUSINCLUDE="-I/usr/local/include" + AC_SUBST(RADIUSLIBS) ++ AC_SUBST(RADIUSINCLUDE) + else + AC_MSG_WARN([Skipping radius plugin]) + AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).]) + + + + + + + + + + +--- src/nagios-plugins-1.3.0/plugins/Makefile.am 2003-02-18 23:15:52.000000000 -0800 ++++ Makefile.am 2003-06-11 14:28:22.318808000 -0700 +@@ -2,7 +2,7 @@ + + VPATH = $(top_srcdir) $(top_srcdir)/lib $(top_srcdir)/plugins $(top_srcdir)/plugins/t + +-INCLUDES = -I.. -I$(top_srcdir)/lib @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ ++INCLUDES = -I.. -I$(top_srcdir)/lib @LDAPINCLUDE@ @PGINCLUDE@ @SSLINCLUDE@ @RADIUSINCLUDE@ + + libexec_PROGRAMS = check_disk check_dummy check_http check_load \ + check_mrtg check_mrtgtraf check_nwstat check_overcr check_ping \ -- cgit v1.2.3-74-g34f1