Diff for /loncom/lond between versions 1.151 and 1.152

version 1.151, 2003/10/03 15:11:03 version 1.152, 2003/10/08 14:18:34
Line 60 Line 60
 # 09/08/2003 Ron Fox:  Told lond to take care of change logging so we  # 09/08/2003 Ron Fox:  Told lond to take care of change logging so we
 #      don't have to remember it:  #      don't have to remember it:
 # $Log$  # $Log$
   # Revision 1.152  2003/10/08 14:18:34  www
   # Not good: this should be backported into 1.0.2!
   #
 # Revision 1.151  2003/10/03 15:11:03  albertel  # Revision 1.151  2003/10/03 15:11:03  albertel
 # - if we fail to fetch an update to the file, don't blow away the old one  # - if we fail to fetch an update to the file, don't blow away the old one
 #   (this was the BUG that blew away that one default.sequence that Matthew  #   (this was the BUG that blew away that one default.sequence that Matthew
Line 675  sub checkchildren { Line 678  sub checkchildren {
         }          }
     }      }
     $SIG{ALRM} = 'DEFAULT';      $SIG{ALRM} = 'DEFAULT';
     $SIG{__DIE__} = \&cathcexception;      $SIG{__DIE__} = \&catchcexception;
 }  }
   
 # --------------------------------------------------------------------- Logging  # --------------------------------------------------------------------- Logging

Removed from v.1.151  
changed lines
  Added in v.1.152


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