Diff for /loncom/loncnew between versions 1.78 and 1.79

version 1.78, 2007/03/28 00:05:38 version 1.79, 2007/03/28 00:14:15
Line 115  my $LondConnecting  = 0;       # True wh Line 115  my $LondConnecting  = 0;       # True wh
   
   
 my $DieWhenIdle     = 1; # When true children die when trimmed -> 0.  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.  my $I_am_child      = 0; # True if this is the child process.
   
 #  #

Removed from v.1.78  
changed lines
  Added in v.1.79


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>