]> git.pld-linux.org Git - packages/couchdb.git/commitdiff
- remove pid on stop
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 Feb 2012 11:53:27 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    couchdb.init -> 1.6

couchdb.init

index 10d6a46dda5e7f99bbb057c77e662586d15e3530..0ecafdf397f6ece474f96afae90fd6d351b4db15 100644 (file)
@@ -63,6 +63,7 @@ stop() {
        # Stop daemons.
        msg_stopping "CouchDB"
        killproc --pidfile $COUCHDB_PID couchdb -TERM
+       rm -f $COUCHDB_PID
        rm -f /var/lock/subsys/couchdb
 }
 
This page took 0.051179 seconds and 4 git commands to generate.