]> oss.titaniummirror.com Git - repo_shell.git/commitdiff
Clearer commands to add user and create dirs
authorR. Steve McKown <rsmckown@gmail.com>
Fri, 28 Sep 2012 17:02:31 +0000 (11:02 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Fri, 28 Sep 2012 19:15:56 +0000 (13:15 -0600)
README

diff --git a/README b/README
index 8a5db3ab9179952fbd82414d8aadaf7bddc5fa76..3271203ef4e31becbebacb022a15b4e69f1a0179 100644 (file)
--- 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 <owner> --home /var/lib/svn \
+       --shell /usr/local/bin/repo_shell <owner>
+    sudo install -d -o <owner> -g <owner> -m 0755 <svn_root>
+    sudo install -d -o <owner> -g <owner> -m 0755 <git_root>
 
 = Configure subversion repository ACLs