diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:03:24 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-29 22:03:24 (GMT) |
commit | 0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch) | |
tree | 1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/154188-patch-plugins_Makefile_in | |
download | site-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz |
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts,
and configuration files.
Diffstat (limited to 'web/attachments/154188-patch-plugins_Makefile_in')
-rw-r--r-- | web/attachments/154188-patch-plugins_Makefile_in | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | $OpenBSD: patch-plugins_Makefile_in,v 1.1 2005/10/28 17:44:12 sturm Exp $ | ||
2 | --- plugins/Makefile.in.orig Fri Oct 28 18:58:58 2005 | ||
3 | +++ plugins/Makefile.in Fri Oct 28 18:59:09 2005 | ||
4 | @@ -977,7 +977,7 @@ $(check_tcp_programs): check_tcp | ||
5 | install-exec-hook: | ||
6 | cd $(DESTDIR)$(libexecdir) && \ | ||
7 | for i in $(check_tcp_programs) ; do rm -f $$i; ln -s check_tcp $$i ; done ;\ | ||
8 | - if [ -x check_ldaps ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi | ||
9 | + if [ -x check_ldap ] ; then rm -f check_ldaps ; ln -s check_ldap check_ldaps ; fi | ||
10 | |||
11 | clean-local: | ||
12 | rm -f $(check_tcp_programs) | ||