--- projects/cms/source/host/generic/statgrab.pl 2001/01/20 20:04:46 1.3 +++ projects/cms/source/host/generic/statgrab.pl 2001/01/22 04:09:41 1.4 @@ -3,7 +3,7 @@ #----------------------------------------------------------------- # Machine statistics grabber # $Author: tdb $ -# $Id: statgrab.pl,v 1.3 2001/01/20 20:04:46 tdb Exp $ +# $Id: statgrab.pl,v 1.4 2001/01/22 04:09:41 tdb Exp $ # # A Perl script to return various information about a host machine # by examining the output of some common Unix/Linux commands. @@ -34,7 +34,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 '# statgrab.pl $Revision: 1.3 $'; + print 'version statgrab.pl $Revision: 1.4 $'; print "\n"; }