--- projects/cms/source/host/generic/statgrab.pl 2002/05/21 16:47:11 1.48 +++ projects/cms/source/host/generic/statgrab.pl 2002/06/10 14:10:44 1.49 @@ -23,7 +23,7 @@ #----------------------------------------------------------------- # Machine statistics grabber # $Author: tdb $ -# $Id: statgrab.pl,v 1.48 2002/05/21 16:47:11 tdb Exp $ +# $Id: statgrab.pl,v 1.49 2002/06/10 14:10:44 tdb dead $ # # A Perl script to return various information about a host machine # by examining the output of some common Unix/Linux commands. @@ -98,7 +98,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 'packet.version statgrab.pl $Revision: 1.48 $'; + print 'packet.version statgrab.pl $Revision: 1.49 $'; print "\n"; }