[LON-CAPA-cvs] cvs: loncom / loncnew
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 28 Mar 2007 00:14:15 -0000
albertel Tue Mar 27 20:14:15 2007 EDT
Modified files:
/loncom loncnew
Log:
- switch on the dynamic hosts.tab support in loncnew by default
Index: loncom/loncnew
diff -u loncom/loncnew:1.78 loncom/loncnew:1.79
--- loncom/loncnew:1.78 Tue Mar 27 20:05:38 2007
+++ loncom/loncnew Tue Mar 27 20:14:15 2007
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# lonc maintains the connections to remote computers
#
-# $Id: loncnew,v 1.78 2007/03/28 00:05:38 albertel Exp $
+# $Id: loncnew,v 1.79 2007/03/28 00:14:15 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -115,7 +115,7 @@
my $DieWhenIdle = 1; # When true children die when trimmed -> 0.
-my $hosts_tab = 1; # True if we are using a static hosts.tab
+my $hosts_tab = 0; # True if we are using a static hosts.tab
my $I_am_child = 0; # True if this is the child process.
#