Author: nslater
Date: Thu Jun 24 19:57:34 2010
New Revision: 957697
URL: http://svn.apache.org/viewvc?rev=957697&view=rev
Log:
improved \`couchdb --help\` output
Modified:
couchdb/trunk/CHANGES
couchdb/trunk/NEWS
couchdb/trunk/bin/couchdb.tpl.in
Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=957697&r1=957696&r2=957697&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Thu Jun 24 19:57:34 2010
@@ -14,6 +14,10 @@ Futon:
* Use "expando links" for over-long document values in Futon.
+Build and System Integration:
+
+ * Output of `couchdb --help` has been improved.
+
Version 0.11.0
--------------
Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=957697&r1=957696&r2=957697&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Thu Jun 24 19:57:34 2010
@@ -13,6 +13,7 @@ Version 0.12.0
This version has not been released yet.
* Use "expando links" for over-long document values in Futon.
+ * Miscellaneous improvements to system integration.
Version 0.11.0
Modified: couchdb/trunk/bin/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/couchdb/trunk/bin/couchdb.tpl.in?rev=957697&r1=957696&r2=957697&view=diff
==============================================================================
--- couchdb/trunk/bin/couchdb.tpl.in (original)
+++ couchdb/trunk/bin/couchdb.tpl.in Thu Jun 24 19:57:34 2010
@@ -61,8 +61,18 @@ Usage: $basename [OPTION]
The $basename command runs the %package_name% server.
+Erlang is called with:
+
+ -sasl errlog_type error +K true
+
Erlang inherits the environment of this command.
+You can override any of the flags using the environment:
+
+ ERL_AFLAGS, ERL_FLAGS, ERL_ZFLAGS
+
+See erl(1) for more information about the environment variables.
+
The exit status is 0 for success or 1 for failure.
The \`-s' option will exit 0 for running and 1 for not running.
|