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/197609-check_real_options.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/attachments/197609-check_real_options.patch (limited to 'web/attachments/197609-check_real_options.patch') 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 @@ +Index: plugins/check_real.c +=================================================================== +RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_real.c,v +retrieving revision 1.26 +diff -u -r1.26 check_real.c +--- plugins/check_real.c 20 Jun 2006 11:17:02 -0000 1.26 ++++ plugins/check_real.c 10 Oct 2006 22:24:03 -0000 +@@ -299,7 +299,7 @@ + } + + while (1) { +- c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts, ++ c = getopt_long (argc, argv, "+hVvI:H:e:u:p:w:c:t:", longopts, + &option); + + if (c == -1 || c == EOF) -- cgit v1.2.3-74-g34f1