rpms/couchdb/devel couchdb.init, 1.7, 1.8 couchdb.spec, 1.16, 1.17 import.log, 1.13, 1.14

Peter Lemenkov peter at fedoraproject.org
Tue Jun 1 04:59:13 UTC 2010


Author: peter

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

Modified Files:
	couchdb.init couchdb.spec import.log 
Log Message:
Suppressed useless message while stopping CouchDB from the init-script


Index: couchdb.init
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb/devel/couchdb.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- couchdb.init	31 May 2010 12:56:43 -0000	1.7
+++ couchdb.init	1 Jun 2010 04:59:13 -0000	1.8
@@ -60,7 +60,7 @@ stop() {
     if ! rh_status_q ; then
 	echo -n "already stopped" && warning
     else
-        daemon --user $COUCHDB_USER "$exec -d"
+        daemon --user $COUCHDB_USER "$exec -d > /dev/null"
         retval=$?
     fi
     echo


Index: couchdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb/devel/couchdb.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- couchdb.spec	31 May 2010 12:56:43 -0000	1.16
+++ couchdb.spec	1 Jun 2010 04:59:13 -0000	1.17
@@ -4,7 +4,7 @@
 
 Name:           couchdb
 Version:        0.10.2
-Release:        7%{?dist}
+Release:        8%{?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
+* Tue Jun  1 2010 Peter Lemenkov <lemenkov at gmail.com> 0.10.2-8
+- Suppress unneeded message while stopping CouchDB via init-script
+
 * Mon May 31 2010 Peter Lemenkov <lemenkov at gmail.com> 0.10.2-7
 - Do not manually remove pid-file while stopping CouchDB
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/couchdb/devel/import.log,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- import.log	31 May 2010 12:56:43 -0000	1.13
+++ import.log	1 Jun 2010 04:59:13 -0000	1.14
@@ -11,3 +11,4 @@ couchdb-0_10_2-4_fc12:HEAD:couchdb-0.10.
 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
+couchdb-0_10_2-8_fc12:HEAD:couchdb-0.10.2-8.fc12.src.rpm:1275368318



More information about the scm-commits mailing list