From: R. Steve McKown Date: Fri, 28 Sep 2012 17:02:31 +0000 (-0600) Subject: Clearer commands to add user and create dirs X-Git-Tag: 0.5~14 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=repo_shell.git;a=commitdiff_plain;h=079e6355397c82538b5ba5d35ec0306e9549b07c Clearer commands to add user and create dirs --- diff --git a/README b/README index 8a5db3a..3271203 100644 --- a/README +++ b/README @@ -57,12 +57,12 @@ allowed 'interactive' access. = Create owner and paths -In accordance with the contents of /etc/repo_shell.cfg: +In accordance with the settings in /etc/repo_shell.conf: - adduser --system --group repo --home /var/lib/svn \ - --shell /usr/local/bin/repo_shell repo - sudo install -d -o repo -g repo -m 0755 /var/lib/svn/repositories - sudo install -d -o repo -g repo -m 0755 /var/lib/git + adduser --system --group --home /var/lib/svn \ + --shell /usr/local/bin/repo_shell + sudo install -d -o -g -m 0755 + sudo install -d -o -g -m 0755 = Configure subversion repository ACLs