From ba59d73ca647a06d89069b84f2c751105a0c4029 Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Mon, 1 Oct 2012 10:53:49 -0600 Subject: [PATCH] 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. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2