You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/08/02 22:08:31 UTC

[17/49] git commit: updated refs/heads/1867-feature-plugins to d269b53

Make `default.ini` world readable.

This allows users to run CouchDB instances as system users that
aren't the CouchDB user.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/804facef
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/804facef
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/804facef

Branch: refs/heads/1867-feature-plugins
Commit: 804facefe940081c011a703c2a1e9c4e23bc37d0
Parents: 8835be8
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Aug 2 14:35:13 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Aug 2 14:35:13 2013 +0200

----------------------------------------------------------------------
 INSTALL.Unix | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/804facef/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 854fd13..15c960b 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -235,6 +235,10 @@ Change the permission of the CouchDB directories by running:
     chmod 0770 /usr/local/var/log/couchdb
     chmod 0770 /usr/local/var/run/couchdb
 
+Update the permissions for your `default.ini` file:
+
+    chmod 0644 /usr/local/etc/couchdb/default.ini
+
 Running as a Daemon
 -------------------