From f2f9e7c8c9bb81e5594f80f6d3e982238fba376a Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 28 Sep 2012 14:29:56 -0600 Subject: [PATCH] Fix directory creation instructions --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.2