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/210598-printf_fmt.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 web/attachments/210598-printf_fmt.patch (limited to 'web/attachments/210598-printf_fmt.patch') 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 @@ +Index: plugins/check_ldap.c +=================================================================== +RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ldap.c,v +retrieving revision 1.33 +diff -r1.33 check_ldap.c +381c381 +< printf (" %s\n," "-D [--bind]"); +--- +> printf (" %s\n", "-D [--bind]"); +383c383 +< printf (" %s\n," "-P [--pass]"); +--- +> printf (" %s\n", "-P [--pass]"); +413c413 +< printf ("[-P ] [-w ] [-c ] [-t timeout]\n", +--- +> printf ("[-P ] [-w ] [-c ] [-t timeout]%s\n", +Index: plugins/check_http.c +=================================================================== +RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v +retrieving revision 1.97 +diff -r1.97 check_http.c +1272c1272 +< printf (" %s\n," "-P, --post=STRING"); +--- +> printf (" %s\n", "-P, --post=STRING"); -- cgit v1.2.3-74-g34f1