--- loncom/lond 2003/10/03 15:11:03 1.151 +++ loncom/lond 2003/10/08 14:18:34 1.152 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.151 2003/10/03 15:11:03 albertel Exp $ +# $Id: lond,v 1.152 2003/10/08 14:18:34 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -60,6 +60,9 @@ # 09/08/2003 Ron Fox: Told lond to take care of change logging so we # don't have to remember it: # $Log: lond,v $ +# 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 # - 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 @@ -134,7 +137,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.151 $'; #' stupid emacs +my $VERSION='$Revision: 1.152 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid; @@ -675,7 +678,7 @@ sub checkchildren { } } $SIG{ALRM} = 'DEFAULT'; - $SIG{__DIE__} = \&cathcexception; + $SIG{__DIE__} = \&catchcexception; } # --------------------------------------------------------------------- Logging