mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 05:10:49 +00:00
Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=joel a=justdave
This commit is contained in:
parent
a56d97b648
commit
3f018be86b
@ -38,7 +38,7 @@ if ((@ARGV != 1) || ($ARGV[0] !~ /^https?:/))
|
|||||||
|
|
||||||
|
|
||||||
# Try to determine the GID used by the webserver.
|
# 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;
|
my $sgid = 0;
|
||||||
if ($^O !~ /MSWin32/i) {
|
if ($^O !~ /MSWin32/i) {
|
||||||
foreach my $pscmd (@pscmds) {
|
foreach my $pscmd (@pscmds) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user