You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2009/09/09 03:46:56 UTC

svn commit: r812747 - /couchdb/branches/0.10.x/bin/couchdb.tpl.in

Author: kocolosk
Date: Wed Sep  9 01:46:56 2009
New Revision: 812747

URL: http://svn.apache.org/viewvc?rev=812747&view=rev
Log:
pass config reset option to recursed background startup, see COUCHDB-498

Modified:
    couchdb/branches/0.10.x/bin/couchdb.tpl.in

Modified: couchdb/branches/0.10.x/bin/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/bin/couchdb.tpl.in?rev=812747&r1=812746&r2=812747&view=diff
==============================================================================
--- couchdb/branches/0.10.x/bin/couchdb.tpl.in (original)
+++ couchdb/branches/0.10.x/bin/couchdb.tpl.in Wed Sep  9 01:46:56 2009
@@ -138,7 +138,7 @@
 _reset_config () {
     print_arguments=""
     start_arguments=""
-    background_start_arguments=""
+    background_start_arguments="-n"
 }
 
 _print_config () {