Diff for /loncom/loncron between versions 1.93 and 1.94

version 1.93, 2011/11/03 22:32:04 version 1.94, 2011/11/08 22:25:25
Line 515  sub clean_sockets { Line 515  sub clean_sockets {
 # ----------------------------------------------------------------------- httpd  # ----------------------------------------------------------------------- httpd
 sub check_httpd_logs {  sub check_httpd_logs {
     my ($fh)=@_;      my ($fh)=@_;
     if (open(PIPE,"lchttpdlogs|")) {      if (open(PIPE,"./lchttpdlogs|")) {
         while (my $line=<PIPE>) {          while (my $line=<PIPE>) {
             &log($fh,$line);              &log($fh,$line);
             if ($line=~/\[error\]/) { $notices++; }              if ($line=~/\[error\]/) { $notices++; }

Removed from v.1.93  
changed lines
  Added in v.1.94


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