--- projects/cms/source/host/generic/statgrab.pl 2001/05/25 19:42:26 1.44 +++ projects/cms/source/host/generic/statgrab.pl 2001/10/16 10:48:08 1.45 @@ -3,7 +3,7 @@ #----------------------------------------------------------------- # Machine statistics grabber # $Author: tdb $ -# $Id: statgrab.pl,v 1.44 2001/05/25 19:42:26 tdb Exp $ +# $Id: statgrab.pl,v 1.45 2001/10/16 10:48:08 tdb Exp $ # # A Perl script to return various information about a host machine # by examining the output of some common Unix/Linux commands. @@ -78,7 +78,7 @@ exit(0); # the host should check this when reading data # means the host must be checked and updated to work with newer versions. sub print_ident() { - print 'version statgrab.pl $Revision: 1.44 $'; + print 'version statgrab.pl $Revision: 1.45 $'; print "\n"; } @@ -105,7 +105,7 @@ sub print_pair($$$) { sub include_disk() { # Run the df program. - my(@df) = `$dfbin -ak`; + my(@df) = `$dfbin -akl`; # Go through each line of the program, looking for each thing we want. my($partition_no) = 0;