More ./configure options
------------------------
Key: COUCHDB-865
URL: https://issues.apache.org/jira/browse/COUCHDB-865
Project: CouchDB
Issue Type: New Feature
Affects Versions: 1.0.1, 0.11.2
Reporter: Till Klampaeckel
So for example ob Linux, this defaults file is written when CouchDB is
installed:
COUCHDB_USER=couchdb
COUCHDB_STDOUT_FILE=/dev/null
COUCHDB_STDERR_FILE=/dev/null
COUCHDB_RESPAWN_TIMEOUT=5
COUCHDB_OPTIONS=
I'd like to be able to influence these things with ./configure.
./configure --couchdb-user=root --couchdb-respawn-timeout=10 --couchdb-port=80
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.