You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by th...@apache.org on 2003/09/04 16:01:19 UTC

cvs commit: apache-1.3/src/support dbmmanage

thommay     2003/09/04 07:01:19

  Modified:    src/support dbmmanage
  Log:
  ps -xlwwa will cause a warning on stderr and so should be ps xlwwa
  PR: http://bugs.debian.org/207585
  Submitted by: Albert Cahalan <al...@users.sf.net>
  Reviewed by: Thom May
  
  Revision  Changes    Path
  1.24      +1 -1      apache-1.3/src/support/dbmmanage
  
  Index: dbmmanage
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/support/dbmmanage,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- dbmmanage	3 Feb 2003 17:13:36 -0000	1.23
  +++ dbmmanage	4 Sep 2003 14:01:19 -0000	1.24
  @@ -211,7 +211,7 @@
   	srand (time ^ $$ or time ^ ($$ + ($$ << 15)));
       }
       else {
  -        for (qw(-xlwwa -le)) { 
  +        for (qw(xlwwa -le)) { 
   	    `ps $_ 2>/dev/null`;
               $psf = $_, last unless $?;
           }