X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=README;fp=README;h=3271203ef4e31becbebacb022a15b4e69f1a0179;hb=079e6355397c82538b5ba5d35ec0306e9549b07c;hp=8a5db3ab9179952fbd82414d8aadaf7bddc5fa76;hpb=e49dc7b9511adbcfeed98a2f5ac5d3a121d1d4e4;p=repo_shell.git 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