--- loncom/loncron 2006/02/06 09:08:56 1.66 +++ loncom/loncron 2006/03/07 20:01:26 1.67 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.66 2006/02/06 09:08:56 albertel Exp $ +# $Id: loncron,v 1.67 2006/03/07 20:01:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -707,7 +707,7 @@ sub main () { } my $args='new'; if ($oldlonc) { $args = ''; } - &checkon_daemon($fh,'lonc',40000,'USR2',$args); + &checkon_daemon($fh,'lonc',40000,'USR1',$args); &checkon_daemon($fh,'lonhttpd',40000); &checkon_daemon($fh,'lonmemcached',40000); }