Diff for /loncom/loncron between versions 1.44 and 1.45

version 1.44, 2003/10/14 15:36:21 version 1.45, 2004/01/09 17:43:40
Line 354  ENDHEADERS Line 354  ENDHEADERS
     print $fh "<pre>";      print $fh "<pre>";
     $psproc=0;      $psproc=0;
   
     open (PSH,"ps -aux|");      open (PSH,"ps -aux --cols 140 |");
     while ($line=<PSH>) {       while ($line=<PSH>) { 
  print $fh "$line";    print $fh "$line"; 
  $psproc++;   $psproc++;

Removed from v.1.44  
changed lines
  Added in v.1.45


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>