From 079e6355397c82538b5ba5d35ec0306e9549b07c Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 28 Sep 2012 11:02:31 -0600 Subject: [PATCH] Clearer commands to add user and create dirs --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2