--- loncom/loncron 2011/11/03 22:32:04 1.93 +++ loncom/loncron 2011/11/08 22:25:25 1.94 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.93 2011/11/03 22:32:04 raeburn Exp $ +# $Id: loncron,v 1.94 2011/11/08 22:25:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -515,7 +515,7 @@ sub clean_sockets { # ----------------------------------------------------------------------- httpd sub check_httpd_logs { my ($fh)=@_; - if (open(PIPE,"lchttpdlogs|")) { + if (open(PIPE,"./lchttpdlogs|")) { while (my $line=) { &log($fh,$line); if ($line=~/\[error\]/) { $notices++; }