You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by wendall911 <gi...@git.apache.org> on 2013/03/11 20:08:09 UTC

couchdb pull request: Fix for COUCHDB-1449 stopped status returned before c...

GitHub user wendall911 opened a pull request:

    https://github.com/apache/couchdb/pull/48

    Fix for COUCHDB-1449 stopped status returned before couchdb process exit...

    Similar patch to one proposed in COUCHDB-1449. Changed kill -1 to kill -TERM

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

    $ git pull https://github.com/wendall911/couchdb COUCHDB-1449-wait-for-process-exit

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

    https://github.com/apache/couchdb/pull/48.patch

----
commit 6afebc373737018e95265963c789431bf1b8620b
Author: Wendall Cada <we...@83864.com>
Date:   2013-03-11T19:05:34Z

    Fix for COUCHDB-1449 stopped status returned before couchdb process exits.

----