diff options
author | Noah Slater <nslater@apache.org> | 2009-04-21 15:34:44 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-04-21 15:34:44 +0000 |
commit | 55f869b6dc6886f1b56c96862149eb4e3fb349d4 (patch) | |
tree | 836e612e9096679d642a5f58fd9fccda2dddc8f6 | |
parent | e492928bafd0d3e031fb9879bb179be32c29bad1 (diff) |
fixed variable replacement
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767190 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | bin/couchdb.tpl.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |