diff options
author | Noah Slater <nslater@apache.org> | 2008-06-16 16:44:50 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-16 16:44:50 +0000 |
commit | b74e6688a21a0b412ed4b76349260e962ca755e7 (patch) | |
tree | bd27cdf45167c379dc934b790d9cd492618961e7 /etc/default | |
parent | 5a8ba1a79b6887a54896f8d15b1462a28405b1df (diff) |
renamed directory variables, stage one
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/default')
-rw-r--r-- | etc/default/couchdb.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/default/couchdb.tpl.in b/etc/default/couchdb.tpl.in index fadef1a7..40c7b6e5 100644 --- a/etc/default/couchdb.tpl.in +++ b/etc/default/couchdb.tpl.in @@ -3,7 +3,7 @@ # Sourced by init script for configuration. COUCHDB_USER=couchdb -COUCHDB_INI_FILE=%pkgconfdir%/couch.ini +COUCHDB_INI_FILE=%localconfdir%/couch.ini COUCHDB_PID_FILE=%localstatedir%/run/couchdb.pid COUCHDB_STDOUT_FILE=/dev/null COUCHDB_STDERR_FILE=/dev/null |