]> oss.titaniummirror.com Git - repo_shell.git/commitdiff
README: chsh to /bin/bash for tab completion
authorR. Steve McKown <rsmckown@gmail.com>
Mon, 1 Oct 2012 16:53:49 +0000 (10:53 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Mon, 1 Oct 2012 16:53:49 +0000 (10:53 -0600)
It appears that users using /bin/sh as their login shell don't get the
same set of tab completion features as those using /bin/bash, even when
/bin/sh is a symbolic link to /bin/bash.

README

diff --git a/README b/README
index 0ec46bb50d9d0058bc177bbf9456b2992ad44ba0..22c7c903c6126751979696720c68a1f97d2edf35 100644 (file)
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ disabled for such users.
 In accordance with the settings in /etc/repo_shell.conf:
 
     sudo adduser --system --group --home /var/lib/svn --shell /bin/false <owner>
-    sudo chsh -s /bin/sh <owner> # a shell is needed for 'sudo -iu'
+    sudo chsh -s /bin/bash <owner> # a shell is needed for 'sudo -iu'
     sudo install -d -o <owner> -g <owner> -m 0750 <svn_root>/..
     sudo install -d -o <owner> -g <owner> -m 0750 <svn_root>
     sudo install -d -o <owner> -g <owner> -m 0750 <git_root>