--- loncom/loncron 2006/01/28 10:03:05 1.63.2.1 +++ loncom/loncron 2006/03/07 20:02:31 1.63.2.2 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.63.2.1 2006/01/28 10:03:05 albertel Exp $ +# $Id: loncron,v 1.63.2.2 2006/03/07 20:02:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -707,9 +707,7 @@ sub main () { } my $args='new'; if ($oldlonc) { $args = ''; } - if ( &checkon_daemon($fh,'lonc',40000,'USR1',$args) eq 'running') { - &checkon_daemon($fh,'lonc',40000,'USR2',$args); - } + &checkon_daemon($fh,'lonc',40000,'USR1',$args); &checkon_daemon($fh,'lonhttpd',40000); &checkon_daemon($fh,'lonmemcached',40000); }