]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ps -xlwwa will cause a warning on stderr and so should be ps xlwwa
authorThom May <thommay@apache.org>
Thu, 4 Sep 2003 14:01:19 +0000 (14:01 +0000)
committerThom May <thommay@apache.org>
Thu, 4 Sep 2003 14:01:19 +0000 (14:01 +0000)
PR: http://bugs.debian.org/207585
Obtained from:
Submitted by: Albert Cahalan <albert@users.sf.net>
Reviewed by: Thom May

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@101156 13f79535-47bb-0310-9956-ffa450edef68

src/support/dbmmanage

index 3a9602d9cfe2974f32de6821dfd198c8611f20fc..2ca1250714d7ec3deef2f61b827a4d189e76547f 100644 (file)
@@ -211,7 +211,7 @@ sub genseed {
        srand (time ^ $$ or time ^ ($$ + ($$ << 15)));
     }
     else {
-        for (qw(-xlwwa -le)) { 
+        for (qw(xlwwa -le)) { 
            `ps $_ 2>/dev/null`;
             $psf = $_, last unless $?;
         }