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/154188-patch-plugins_Makefile_in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/attachments/154188-patch-plugins_Makefile_in (limited to 'web/attachments/154188-patch-plugins_Makefile_in') diff --git a/web/attachments/154188-patch-plugins_Makefile_in b/web/attachments/154188-patch-plugins_Makefile_in new file mode 100644 index 0000000..92b9b71 --- /dev/null +++ b/web/attachments/154188-patch-plugins_Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-plugins_Makefile_in,v 1.1 2005/10/28 17:44:12 sturm Exp $ +--- plugins/Makefile.in.orig Fri Oct 28 18:58:58 2005 ++++ plugins/Makefile.in Fri Oct 28 18:59:09 2005 +@@ -977,7 +977,7 @@ $(check_tcp_programs): check_tcp + install-exec-hook: + cd $(DESTDIR)$(libexecdir) && \ + for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\ +- if [ -x check_ldaps ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi ++ if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi + + clean-local: + rm -f $(check_tcp_programs) -- cgit v1.2.3-74-g34f1