ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/generic/statgrab.pl
(Generate patch)

Comparing projects/cms/source/host/generic/statgrab.pl (file contents):
Revision 1.44 by tdb, Fri May 25 19:42:26 2001 UTC vs.
Revision 1.46 by tdb, Wed Nov 14 15:18:25 2001 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines