blob: 5d87ebe0d3c75a4935e5bff0f49c28b412ee6d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
31,32d30
< * - patched by Tim Wootton 08032004 to ignore zero size fs, useful for multi
< * disk checks on solaris (tim.wootton@emea.telerate.com)
111,115d108
< if (total_disk==0){
< if (verbose>0)
< printf ("ignoring zero size fs %s.", file_system);
< continue;
< }
277d269
< printf ("patched with 0 size fs patch by Tim Wootton 08032004");
|