--- projects/cms/source/host/generic/statgrab.pl 2001/10/16 10:48:08 1.45 +++ projects/cms/source/host/generic/statgrab.pl 2001/11/14 15:18:25 1.46 @@ -3,7 +3,7 @@ #----------------------------------------------------------------- # Machine statistics grabber # $Author: tdb $ -# $Id: statgrab.pl,v 1.45 2001/10/16 10:48:08 tdb Exp $ +# $Id: statgrab.pl,v 1.46 2001/11/14 15:18:25 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.45 $'; + print 'packet.version statgrab.pl $Revision: 1.46 $'; print "\n"; }