From 9f118a0e690eda56322a8f3be119dc38d4ac70dd Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 15 Sep 2005 17:35:06 +0000 Subject: Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis Melentyev r=joel a=justdave --- testserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testserver.pl') diff --git a/testserver.pl b/testserver.pl index a6573c8bc..b768dc939 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) { -- cgit v1.2.3-24-g4f1b