[LON-CAPA-cvs] cvs: loncom / loncron

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 09 Jan 2004 17:43:40 -0000


albertel		Fri Jan  9 12:43:40 2004 EDT

  Modified files:              
    /loncom	loncron 
  Log:
  - BUG# 2565
  
  
Index: loncom/loncron
diff -u loncom/loncron:1.44 loncom/loncron:1.45
--- loncom/loncron:1.44	Tue Oct 14 11:36:21 2003
+++ loncom/loncron	Fri Jan  9 12:43:40 2004
@@ -354,7 +354,7 @@
     print $fh "<pre>";
     $psproc=0;
 
-    open (PSH,"ps -aux|");
+    open (PSH,"ps -aux --cols 140 |");
     while ($line=<PSH>) { 
 	print $fh "$line"; 
 	$psproc++;