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 <[email protected]>
Date: 2013-03-11T19:05:34Z
Fix for COUCHDB-1449 stopped status returned before couchdb process exits.
----