--- loncom/lond 2007/10/06 04:32:23 1.384 +++ loncom/lond 2007/10/08 21:05:49 1.386 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.384 2007/10/06 04:32:23 raeburn Exp $ +# $Id: lond,v 1.386 2007/10/08 21:05:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,7 +33,6 @@ use strict; use lib '/home/httpd/lib/perl/'; use LONCAPA; use LONCAPA::Configuration; -use Apache::lonnet; use IO::Socket; use IO::File; @@ -60,7 +59,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.384 $'; #' stupid emacs +my $VERSION='$Revision: 1.386 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid;