Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 208160 | Differences between
and this patch

Collapse All | Expand All

(-)support/dbmmanage.in (-1 / +1 lines)
Lines 167-173 Link Here
167
	srand (time ^ $$ or time ^ ($$ + ($$ << 15)));
167
	srand (time ^ $$ or time ^ ($$ + ($$ << 15)));
168
    }
168
    }
169
    else {
169
    else {
170
        for (qw(-xlwwa -le)) { 
170
        for (qw(xlwwa le)) { 
171
	    `ps $_ 2>/dev/null`;
171
	    `ps $_ 2>/dev/null`;
172
            $psf = $_, last unless $?;
172
            $psf = $_, last unless $?;
173
        }
173
        }

Return to bug 208160