From: R. Steve McKown Date: Fri, 28 Sep 2012 20:29:56 +0000 (-0600) Subject: Fix directory creation instructions X-Git-Tag: 0.5~1 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=repo_shell.git;a=commitdiff_plain;h=f2f9e7c8c9bb81e5594f80f6d3e982238fba376a Fix directory creation instructions --- diff --git a/README b/README index 4befc7e..fa18294 100644 --- a/README +++ b/README @@ -54,10 +54,11 @@ allowed 'interactive' access. In accordance with the settings in /etc/repo_shell.conf: - 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 + sudo adduser --system --group --home /var/lib/svn \ + --shell /bin/false + sudo install -d -o -g -m 0750 /.. + sudo install -d -o -g -m 0750 + sudo install -d -o -g -m 0750 = Configure subversion repository ACLs