--- loncom/lond 2002/09/03 02:01:14 1.94 +++ loncom/lond 2002/09/09 14:04:02 1.95 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.94 2002/09/03 02:01:14 albertel Exp $ +# $Id: lond,v 1.95 2002/09/09 14:04:02 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -107,9 +107,8 @@ $SIG{'QUIT'}=\&catchexception; $SIG{__DIE__}=\&catchexception; # ---------------------------------- Read loncapa_apache.conf and loncapa.conf -&status("Read loncapa_apache.conf and loncapa.conf"); -my $perlvarref=LONCAPA::Configuration::read_conf('loncapa_apache.conf', - 'loncapa.conf'); +&status("Read loncapa.conf and loncapa_apache.conf"); +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); my %perlvar=%{$perlvarref}; undef $perlvarref;