summaryrefslogtreecommitdiffstats
path: root/web/attachments/78851-check_disk-typo.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/78851-check_disk-typo.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/78851-check_disk-typo.patch')
-rw-r--r--web/attachments/78851-check_disk-typo.patch11
1 files changed, 11 insertions, 0 deletions
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 @@
1--- check_disk.c.orig Wed Mar 3 11:19:38 2004
2+++ check_disk.c Wed Mar 3 11:19:49 2004
3@@ -373,7 +373,7 @@
4 mult = 1024 * 1024;
5 if (units)
6 free(units);
7- units = strdup ("kB");
8+ units = strdup ("MB");
9 break;
10 case 'l':
11 show_local_fs = 1;