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/06/21 00:03:18 UTC

git commit: updated refs/heads/master to 5b7e4bd

Updated Branches:
  refs/heads/master 9cf9b53d2 -> 5b7e4bd0a


Revert "fix perms on install instructions"

This reverts commit 9cf9b53d2cee9976a5b215af52672838abec0d6b.


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

Branch: refs/heads/master
Commit: 5b7e4bd0a5dc19f1adafb555ed712e8892fad965
Parents: 9cf9b53
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Jun 20 23:56:27 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Jun 20 23:56:27 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/5b7e4bd0/INSTALL.Unix
----------------------------------------------------------------------
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 76ba8eb..854fd13 100644
--- a/INSTALL.Unix
+++ b/INSTALL.Unix
@@ -230,10 +230,10 @@ Change the ownership of the CouchDB directories by running:
 
 Change the permission of the CouchDB directories by running:
 
-    chmod 0755 /usr/local/etc/couchdb
-    chmod 0755 /usr/local/var/lib/couchdb
-    chmod 0755 /usr/local/var/log/couchdb
-    chmod 0755 /usr/local/var/run/couchdb
+    chmod 0770 /usr/local/etc/couchdb
+    chmod 0770 /usr/local/var/lib/couchdb
+    chmod 0770 /usr/local/var/log/couchdb
+    chmod 0770 /usr/local/var/run/couchdb
 
 Running as a Daemon
 -------------------