--- loncom/loncron 2001/02/12 18:53:32 1.16 +++ loncom/loncron 2001/02/26 21:37:52 1.17 @@ -516,7 +516,7 @@ if ($restartflag==1) { $errors++; print $fh "

lonc not running, trying to start

"; system( - "$perlvar{'lonDaemons'}/lond 2>>$perlvar{'lonDaemons'}/logs/lonc_errors"); + "$perlvar{'lonDaemons'}/lonc 2>>$perlvar{'lonDaemons'}/logs/lonc_errors"); sleep 120; if (-e $loncfile) { print $fh "Seems like it started ...

"; @@ -531,7 +531,7 @@ if ($restartflag==1) { print $fh "

lonc at pid $loncpid not responding

"; print $fh "Give it one more try ...

"; system( - "$perlvar{'lonDaemons'}/lond 2>>$perlvar{'lonDaemons'}/logs/lonc_errors"); + "$perlvar{'lonDaemons'}/lonc 2>>$perlvar{'lonDaemons'}/logs/lonc_errors"); sleep 120; } } else {