--- doc/install/redhat7.3/install.pl 2003/01/12 19:07:28 1.19 +++ doc/install/redhat7.3/install.pl 2003/08/05 15:05:28 1.21 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.19 2003/01/12 19:07:28 matthew Exp $ +# $Id: install.pl,v 1.21 2003/08/05 15:05:28 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,6 +89,8 @@ my $test; # note: The filehandle LOG is global. open LOG,">loncapa_install.log" || die "Unable to open log file.\n"; +print LOG '$Id: install.pl,v 1.21 2003/08/05 15:05:28 matthew Exp $'."\n"; + # Some friendly subroutines sub die_if_nonempty { my ($string,$error)=@_; @@ -147,7 +149,7 @@ END print <<"END"; ******************************************************************** - Welcome to LON-CAPA 0.6.0 + Welcome to LON-CAPA This script will install the base software that LON-CAPA needs to run properly.