summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-06-20 23:46:31 +0200
committerJan Lehnardt <jan@apache.org>2013-06-20 23:46:31 +0200
commit9cf9b53d2cee9976a5b215af52672838abec0d6b (patch)
tree681e5481ccf2e9017cb80e8cfdb9279b75f4953c
parentcbbd7d56b52a44937adb35678aa4a0b200334399 (diff)
downloadcouchdb-9cf9b53d2cee9976a5b215af52672838abec0d6b.tar.gz
fix perms on install instructions
-rw-r--r--INSTALL.Unix8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.Unix b/INSTALL.Unix
index 854fd1374..76ba8ebf3 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 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
+ 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
Running as a Daemon
-------------------