From: lpsolit%gmail.com <> Date: Thu, 15 Sep 2005 17:37:33 +0000 (+0000) Subject: Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis Melentyev r=joel a=justdave --- diff --git a/testserver.pl b/testserver.pl index a6573c8bc4..b768dc939c 100755 --- a/testserver.pl +++ b/testserver.pl @@ -38,7 +38,7 @@ if ((@ARGV != 1) || ($ARGV[0] !~ /^https?:/)) # Try to determine the GID used by the webserver. -my @pscmds = ('ps -eo comm,gid', 'ps -acxo command,gid'); +my @pscmds = ('ps -eo comm,gid', 'ps -acxo command,gid', 'ps -acxo command,rgid'); my $sgid = 0; if ($^O !~ /MSWin32/i) { foreach my $pscmd (@pscmds) {