# | Line 105 | Line 105 | sub print_pair($$$) { | |
---|---|---|
105 | sub include_disk() { | |
106 | ||
107 | # Run the df program. | |
108 | < | my(@df) = `$dfbin -ak`; |
108 | > | my(@df) = `$dfbin -akl`; |
109 | ||
110 | # Go through each line of the program, looking for each thing we want. | |
111 | my($partition_no) = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |