# | Line 78 | Line 78 | exit(0); | |
---|---|---|
78 | # the host should check this when reading data | |
79 | # means the host must be checked and updated to work with newer versions. | |
80 | sub print_ident() { | |
81 | < | print 'version statgrab.pl $Revision$'; |
81 | > | print 'packet.version statgrab.pl $Revision$'; |
82 | print "\n"; | |
83 | } | |
84 | ||
# | 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 |