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/78851-check_disk-typo.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/attachments/78851-check_disk-typo.patch (limited to 'web/attachments/78851-check_disk-typo.patch') diff --git a/web/attachments/78851-check_disk-typo.patch b/web/attachments/78851-check_disk-typo.patch new file mode 100644 index 0000000..cf8cfcd --- /dev/null +++ b/web/attachments/78851-check_disk-typo.patch @@ -0,0 +1,11 @@ +--- check_disk.c.orig Wed Mar 3 11:19:38 2004 ++++ check_disk.c Wed Mar 3 11:19:49 2004 +@@ -373,7 +373,7 @@ + mult = 1024 * 1024; + if (units) + free(units); +- units = strdup ("kB"); ++ units = strdup ("MB"); + break; + case 'l': + show_local_fs = 1; -- cgit v1.2.3-74-g34f1