[LON-CAPA-cvs] cvs: doc /install/redhat7.3 install.pl
matthew
lon-capa-cvs@mail.lon-capa.org
Wed, 18 Dec 2002 16:11:09 -0000
matthew Wed Dec 18 11:11:09 2002 EDT
Modified files:
/doc/install/redhat7.3 install.pl
Log:
Can't put the installation log file in /tmp because it gets cobbered
occasionally.
Index: doc/install/redhat7.3/install.pl
diff -u doc/install/redhat7.3/install.pl:1.13 doc/install/redhat7.3/install.pl:1.14
--- doc/install/redhat7.3/install.pl:1.13 Thu Dec 12 17:17:27 2002
+++ doc/install/redhat7.3/install.pl Wed Dec 18 11:11:09 2002
@@ -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 $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 {