--- loncom/loncnew	2007/03/28 00:05:38	1.78
+++ loncom/loncnew	2007/03/28 00:14:15	1.79
@@ -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 $LondConnecting  = 0;       # True wh
 
 
 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.
 
 #