summaryrefslogtreecommitdiffstats
path: root/web/attachments/265656-nagios-plugins-1.4.11.patch
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/265656-nagios-plugins-1.4.11.patch
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/265656-nagios-plugins-1.4.11.patch')
-rw-r--r--web/attachments/265656-nagios-plugins-1.4.11.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/attachments/265656-nagios-plugins-1.4.11.patch b/web/attachments/265656-nagios-plugins-1.4.11.patch
new file mode 100644
index 0000000..e61c513
--- /dev/null
+++ b/web/attachments/265656-nagios-plugins-1.4.11.patch
@@ -0,0 +1,12 @@
1diff -ru ../../../src/nagios-plugins-1.4.11/plugins-root/check_dhcp.c ./plugins-root/check_dhcp.c
2--- ../../../src/nagios-plugins-1.4.11/plugins-root/check_dhcp.c 2007-10-25 15:43:04.000000000 -0500
3+++ ./plugins-root/check_dhcp.c 2008-02-09 13:04:02.803830506 -0600
4@@ -82,7 +82,7 @@
5 #include <sys/sysctl.h>
6 #include <net/if_dl.h>
7
8-#elif defined(__sun__) || defined(__solaris__) || defined(__hpux__)
9+#elif defined(__sun) || defined(__sun__) || defined(__solaris__) || defined(__hpux__)
10
11 #define INSAP 22
12 #define OUTSAP 24