--- loncom/loncron 2004/06/04 19:29:31 1.52 +++ loncom/loncron 2004/06/09 13:30:41 1.53 @@ -2,7 +2,7 @@ # Housekeeping program, started by cron, loncontrol and loncron.pl # -# $Id: loncron,v 1.52 2004/06/04 19:29:31 albertel Exp $ +# $Id: loncron,v 1.53 2004/06/09 13:30:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -260,7 +260,7 @@ sub log_machine_info { &log($fh,"
");
     my $psproc=0;
 
-    open (PSH,"ps -aux --cols 140 |");
+    open (PSH,"ps aux --cols 140 |");
     while (my $line=) { 
 	&log($fh,&encode_entities($line,'<>&"')); 
 	$psproc++;