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 2008/08/05 18:34:28 UTC

svn commit: r682780 - /incubator/couchdb/trunk/README

Author: nslater
Date: Tue Aug  5 09:34:28 2008
New Revision: 682780

URL: http://svn.apache.org/viewvc?rev=682780&view=rev
Log:
changed example sudo invokation to use -i option

Modified:
    incubator/couchdb/trunk/README

Modified: incubator/couchdb/trunk/README
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/README?rev=682780&r1=682779&r2=682780&view=diff
==============================================================================
--- incubator/couchdb/trunk/README (original)
+++ incubator/couchdb/trunk/README Tue Aug  5 09:34:28 2008
@@ -157,7 +157,7 @@
 
 To start the Apache CouchDB server you should run the following command:
 
-    sudo -u couchdb couchdb
+    sudo -i -u couchdb couchdb
 
 This uses the `sudo` command to run the `couchdb` command as the `couchdb` user.