summaryrefslogtreecommitdiffstats
path: root/web/attachments/197609-check_real_options.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/197609-check_real_options.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/197609-check_real_options.patch')
-rw-r--r--web/attachments/197609-check_real_options.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/attachments/197609-check_real_options.patch b/web/attachments/197609-check_real_options.patch
new file mode 100644
index 0000000..a2f069e
--- /dev/null
+++ b/web/attachments/197609-check_real_options.patch
@@ -0,0 +1,16 @@
1Index: plugins/check_real.c
2===================================================================
3RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_real.c,v
4retrieving revision 1.26
5diff -u -r1.26 check_real.c
6--- plugins/check_real.c 20 Jun 2006 11:17:02 -0000 1.26
7+++ plugins/check_real.c 10 Oct 2006 22:24:03 -0000
8@@ -299,7 +299,7 @@
9 }
10
11 while (1) {
12- c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts,
13+ c = getopt_long (argc, argv, "+hVvI:H:e:u:p:w:c:t:", longopts,
14 &option);
15
16 if (c == -1 || c == EOF)