--- doc/install/redhat7.3/install.pl 2002/12/12 22:17:27 1.13 +++ doc/install/redhat7.3/install.pl 2002/12/18 16:11:09 1.14 @@ -2,7 +2,7 @@ # The LearningOnline Network # Red Hat 7.3 installation script # -# $Id: install.pl,v 1.13 2002/12/12 22:17:27 matthew Exp $ +# $Id: install.pl,v 1.14 2002/12/18 16:11:09 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -87,7 +87,7 @@ my $result; my $test; # note: The filehandle LOG is global. -open LOG,">/tmp/loncapa_install.log" || die "Unable to open log file.\n"; +open LOG,">loncapa_install.log" || die "Unable to open log file.\n"; # Some friendly subroutines sub die_if_nonempty {