summaryrefslogtreecommitdiffstats
path: root/web/attachments/113402-check_disk.diff
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/113402-check_disk.diff')
-rw-r--r--web/attachments/113402-check_disk.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/113402-check_disk.diff b/web/attachments/113402-check_disk.diff
new file mode 100644
index 0000000..5d87ebe
--- /dev/null
+++ b/web/attachments/113402-check_disk.diff
@@ -0,0 +1,11 @@
131,32d30
2< * - patched by Tim Wootton 08032004 to ignore zero size fs, useful for multi
3< * disk checks on solaris (tim.wootton@emea.telerate.com)
4111,115d108
5< if (total_disk==0){
6< if (verbose>0)
7< printf ("ignoring zero size fs %s.", file_system);
8< continue;
9< }
10277d269
11< printf ("patched with 0 size fs patch by Tim Wootton 08032004");