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.45 by tdb, Tue Oct 16 10:48:08 2001 UTC

# 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