зеркало из https://github.com/mozilla/pjs.git
Get ps command working on Solaris
This commit is contained in:
Родитель
9a2f69727c
Коммит
d8eb0202f6
|
@ -830,7 +830,7 @@ sub new {
|
|||
if ($this->{OS} =~ /^WIN/) {
|
||||
$this->{PS_COMMAND} = "ps aux";
|
||||
} else {
|
||||
$this->{PS_COMMAND} = "ps -eo 'pid,ppid,command'";
|
||||
$this->{PS_COMMAND} = "ps -e -o 'pid,ppid'";
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче