GitHub user ch3lo opened a pull request:

    https://github.com/apache/zookeeper/pull/43

    ps -p command doesnt work in all distros like Alpine:3.2

    When you use Zookeeper in Linux Alpine 3.2, it doesn't work correctly when 
you use the command `ps -p` in the start up, it could be replaced for another 
generic approach like `ps -o pid ...`
    
    Signed-off-by: Marcelo Salazar R <[email protected]>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ch3lo/zookeeper pid_error

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/43.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #43
    
----
commit 70ab592a7128d0a675408419f28e6f2196f6a738
Author: Marcelo Salazar R <[email protected]>
Date:   2015-09-11T17:31:53Z

    ps -p command doesnt work in all distros like Alpine:3.2
    
    Signed-off-by: Marcelo Salazar R <[email protected]>

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to