You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by ralph-tice <gi...@git.apache.org> on 2014/04/29 07:27:45 UTC

[GitHub] zookeeper pull request: fix shebang for deb/init.d/zookeeper

GitHub user ralph-tice opened a pull request:

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

    fix shebang for deb/init.d/zookeeper

    Without this (corrected) shebang, ZooKeeper will fail to start when installed via .deb packaging on Ubuntu because dash is invoked instead of bash and zkEnv.sh uses arrays which dash doesn't support.
    
    Shout-out to satmd on freenode in #zookeeper for helping me troubleshoot.
    
    Also a big -1 to relying on BigTop for packaging support.

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

    $ git pull https://github.com/ralph-tice/zookeeper trunk

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

    https://github.com/apache/zookeeper/pull/11.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 #11
    
----
commit b72f586eb1a6bae960646c0b8447df5fed58fa9b
Author: Ralph Tice <ra...@gmail.com>
Date:   2014-04-29T05:24:19Z

    fix shebang for deb/init.d/zookeeper

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---