--- loncom/loncron	2007/06/12 23:50:39	1.75
+++ loncom/loncron	2007/06/22 00:20:27	1.76
@@ -2,7 +2,7 @@
 
 # Housekeeping program, started by cron, loncontrol and loncron.pl
 #
-# $Id: loncron,v 1.75 2007/06/12 23:50:39 albertel Exp $
+# $Id: loncron,v 1.76 2007/06/22 00:20:27 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -690,13 +690,13 @@ sub main () {
 	&rotate_other_logs($fh);
     }
     if (!$justcheckconnections && !$justreload) {
+	&checkon_daemon($fh,'lonmemcached',40000);
 	&checkon_daemon($fh,'lonsql',200000);
 	if ( &checkon_daemon($fh,'lond',40000,'USR1') eq 'running') {
 	    &checkon_daemon($fh,'lond',40000,'USR2');
 	}
 	&checkon_daemon($fh,'lonc',40000,'USR1');
 	&checkon_daemon($fh,'lonhttpd',40000);
-	&checkon_daemon($fh,'lonmemcached',40000);
         &checkon_daemon($fh,'lonmaxima',40000);
     }
     if ($justreload) {