summaryrefslogtreecommitdiffstats
path: root/web/attachments/210598-printf_fmt.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/210598-printf_fmt.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/210598-printf_fmt.patch')
-rw-r--r--web/attachments/210598-printf_fmt.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/attachments/210598-printf_fmt.patch b/web/attachments/210598-printf_fmt.patch
new file mode 100644
index 0000000..c6e0f6a
--- /dev/null
+++ b/web/attachments/210598-printf_fmt.patch
@@ -0,0 +1,26 @@
1Index: plugins/check_ldap.c
2===================================================================
3RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ldap.c,v
4retrieving revision 1.33
5diff -r1.33 check_ldap.c
6381c381
7< printf (" %s\n," "-D [--bind]");
8---
9> printf (" %s\n", "-D [--bind]");
10383c383
11< printf (" %s\n," "-P [--pass]");
12---
13> printf (" %s\n", "-P [--pass]");
14413c413
15< printf ("[-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]\n",
16---
17> printf ("[-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n",
18Index: plugins/check_http.c
19===================================================================
20RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
21retrieving revision 1.97
22diff -r1.97 check_http.c
231272c1272
24< printf (" %s\n," "-P, --post=STRING");
25---
26> printf (" %s\n", "-P, --post=STRING");