rpms/couchdb/devel couchdb.init, 1.6, 1.7 couchdb.spec, 1.15, 1.16 import.log, 1.12, 1.13

Peter Lemenkov peter at fedoraproject.org
Mon May 31 12:56:43 UTC 2010


Author: peter

Update of /cvs/pkgs/rpms/couchdb/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1055/devel

Modified Files:
	couchdb.init couchdb.spec import.log 
Log Message:
Do not manually remove pid-file while stopping couchdb


Index: couchdb.init
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb/devel/couchdb.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- couchdb.init	31 May 2010 12:22:11 -0000	1.6
+++ couchdb.init	31 May 2010 12:56:43 -0000	1.7
@@ -64,7 +64,7 @@ stop() {
         retval=$?
     fi
     echo
-    [ $retval -eq 0 ] && rm -f $lockfile $pidfile
+    [ $retval -eq 0 ] && rm -f $lockfile
     return $retval
 }
 


Index: couchdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb/devel/couchdb.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- couchdb.spec	31 May 2010 12:22:11 -0000	1.15
+++ couchdb.spec	31 May 2010 12:56:43 -0000	1.16
@@ -4,7 +4,7 @@
 
 Name:           couchdb
 Version:        0.10.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A document database server, accessible via a RESTful JSON API
 
 Group:          Applications/Databases
@@ -149,6 +149,9 @@ fi
 %dir %attr(0755, %{couchdb_user}, root) %{_localstatedir}/lib/couchdb
 
 %changelog
+* Mon May 31 2010 Peter Lemenkov <lemenkov at gmail.com> 0.10.2-7
+- Do not manually remove pid-file while stopping CouchDB
+
 * Mon May 31 2010 Peter Lemenkov <lemenkov at gmail.com> 0.10.2-6
 - Fix 'stop' and 'status' targets in the init-script (see rhbz #591026)
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb/devel/import.log,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- import.log	31 May 2010 12:22:11 -0000	1.12
+++ import.log	31 May 2010 12:56:43 -0000	1.13
@@ -10,3 +10,4 @@ couchdb-0_10_2-3_fc12:HEAD:couchdb-0.10.
 couchdb-0_10_2-4_fc12:HEAD:couchdb-0.10.2-4.fc12.src.rpm:1273823324
 couchdb-0_10_2-5_fc12:HEAD:couchdb-0.10.2-5.fc12.src.rpm:1274960067
 couchdb-0_10_2-6_fc12:HEAD:couchdb-0.10.2-6.fc12.src.rpm:1275308416
+couchdb-0_10_2-7_fc12:HEAD:couchdb-0.10.2-7.fc12.src.rpm:1275310561



More information about the scm-commits mailing list