diff options
author | Noah Slater <nslater@apache.org> | 2008-09-08 16:11:46 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-08 16:11:46 +0000 |
commit | b8e510ba813f9b5a24483e16dd6a9971b31dc876 (patch) | |
tree | b47f7fc7551888505eac5edefb222c31c8344c4d | |
parent | 55ed4355ab9c1659b61a92119e24f1fb6e3e82a1 (diff) |
fixed adduser path
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@693147 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ You can use whatever tool your system provides to create a new `couchdb` user. On many UNIX-like systems you can run the following command: - adduser --system --home /var/lib/couchdb --no-create-home \ + adduser --system --home /usr/local/var/lib/couchdb --no-create-home \ --shell /bin/bash --group --gecos "CouchDB Administrator" couchdb OS X provides the standard Accounts option from the System Preferences |