From: R. Steve McKown Date: Mon, 1 Oct 2012 16:53:49 +0000 (-0600) Subject: README: chsh to /bin/bash for tab completion X-Git-Tag: 0.6~2 X-Git-Url: https://oss.titaniummirror.com/gitweb?p=repo_shell.git;a=commitdiff_plain;h=ba59d73ca647a06d89069b84f2c751105a0c4029 README: chsh to /bin/bash for tab completion 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. --- diff --git a/README b/README index 0ec46bb..22c7c90 100644 --- 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 - sudo chsh -s /bin/sh # a shell is needed for 'sudo -iu' + sudo chsh -s /bin/bash # a shell is needed for 'sudo -iu' sudo install -d -o -g -m 0750 /.. sudo install -d -o -g -m 0750 sudo install -d -o -g -m 0750