You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/04/21 17:34:44 UTC

svn commit: r767190 - /couchdb/trunk/bin/couchdb.tpl.in

Author: nslater
Date: Tue Apr 21 15:34:44 2009
New Revision: 767190

URL: http://svn.apache.org/viewvc?rev=767190&view=rev
Log:
fixed variable replacement

Modified:
    couchdb/trunk/bin/couchdb.tpl.in

Modified: couchdb/trunk/bin/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/couchdb/trunk/bin/couchdb.tpl.in?rev=767190&r1=767189&r2=767190&view=diff
==============================================================================
--- couchdb/trunk/bin/couchdb.tpl.in (original)
+++ couchdb/trunk/bin/couchdb.tpl.in Tue Apr 21 15:34:44 2009
@@ -14,13 +14,13 @@
 
 BACKGROUND=false
 DEFAULT_CONFIG_DIR=%localconfdir%/default.d
-DEFAULT_CONFIG_FILE=%localconfdir%/default.ini
+DEFAULT_CONFIG_FILE=%localconfdir%/%defaultini%
 HEART_BEAT_TIMEOUT=11
 HEART_COMMAND="%bindir%/%couchdb_command_name% -k"
 INTERACTIVE=false
 KILL=false
 LOCAL_CONFIG_DIR=%localconfdir%/local.d
-LOCAL_CONFIG_FILE=%localconfdir%/local.ini
+LOCAL_CONFIG_FILE=%localconfdir%/%localini%
 PID_FILE=%localstatedir%/run/couchdb/couchdb.pid
 RECURSED=false
 RESET_CONFIG=true