]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis Melentyev <denni...
authorlpsolit%gmail.com <>
Thu, 15 Sep 2005 17:37:33 +0000 (17:37 +0000)
committerlpsolit%gmail.com <>
Thu, 15 Sep 2005 17:37:33 +0000 (17:37 +0000)
testserver.pl

index a6573c8bc46d3826a084a1cfe420268f1d84b63b..b768dc939c698d739b0b97d4e7ba5d685c5bc311 100755 (executable)
@@ -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) {