You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/03/24 17:11:14 UTC

svn commit: r757875 - /couchdb/trunk/README

Author: nslater
Date: Tue Mar 24 16:11:11 2009
New Revision: 757875

URL: http://svn.apache.org/viewvc?rev=757875&view=rev
Log:
added PREFIX/etc/couchdb to chown instructions

Modified:
    couchdb/trunk/README

Modified: couchdb/trunk/README
URL: http://svn.apache.org/viewvc/couchdb/trunk/README?rev=757875&r1=757874&r2=757875&view=diff
==============================================================================
--- couchdb/trunk/README (original)
+++ couchdb/trunk/README Tue Mar 24 16:11:11 2009
@@ -146,8 +146,9 @@
 the home directory to `/usr/local/var/lib/couchdb` which is the Apache CouchDB
 database directory.
 
-Change the ownership of the Apache CouchDB data directories by running:
+Change the ownership of the Apache CouchDB directories by running:
 
+    chown -R couchdb /usr/local/etc/couchdb
     chown -R couchdb /usr/local/var/lib/couchdb
     chown -R couchdb /usr/local/var/log/couchdb