GitHub user dileepbapat opened a pull request:

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

    Service stop was not working as pid file was not cleared.

    Taken changes from 1.2.1 to stop the service. 
    
    /bin/couchdb runs in a loop & checks if pid file not empty it assumes 
couchdb might have crashed and restarts couch. Latest start script is not 
clearing pid file.. so it keeps on starting couch server even after running 
couchdb -d 

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

    $ git pull https://github.com/dileepbapat/couchdb master

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

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

----
commit f90476074504058c81a6e73814266a5a0724fc55
Author: dileepbapat <[email protected]>
Date:   2013-05-14T12:38:08Z

    taking changes from 1.2 to stop service

----

Reply via email to