From 55f869b6dc6886f1b56c96862149eb4e3fb349d4 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Tue, 21 Apr 2009 15:34:44 +0000 Subject: fixed variable replacement git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767190 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchdb.tpl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/couchdb.tpl.in') diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index cdd830b7..c0a1a5a0 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -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 -- cgit v1.2.3