summaryrefslogtreecommitdiffstats
path: root/login-utils/chsh.1
diff options
context:
space:
mode:
authorKarel Zak2010-07-29 14:54:19 +0200
committerKarel Zak2010-07-29 16:08:20 +0200
commitae7054723b39eb0c5388fb8acfe26c5fd5a98f02 (patch)
tree5f09d84615cde71332ad3ca43debc5888b64e8b7 /login-utils/chsh.1
parentmount: fix "mount -a" for auto-clear loopdevs and /proc/mounts (diff)
downloadkernel-qcow2-util-linux-ae7054723b39eb0c5388fb8acfe26c5fd5a98f02.tar.gz
kernel-qcow2-util-linux-ae7054723b39eb0c5388fb8acfe26c5fd5a98f02.tar.xz
kernel-qcow2-util-linux-ae7054723b39eb0c5388fb8acfe26c5fd5a98f02.zip
chsh: don't suggest ypchsh
$ chsh chsh: can only change local entries; use ypchsh instead. The 'ypchsh' is an external util that does not have to be installed. Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=497329 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/chsh.1')
-rw-r--r--login-utils/chsh.14
1 files changed, 4 insertions, 0 deletions
diff --git a/login-utils/chsh.1 b/login-utils/chsh.1
index 6e00df311..bc9bc4323 100644
--- a/login-utils/chsh.1
+++ b/login-utils/chsh.1
@@ -27,6 +27,10 @@ is used to change your login shell.
If a shell is not given on the command line,
.B chsh
prompts for one.
+
+.B chsh
+is used to change local entries only. Use ypchsh, lchsh or any other
+implementation for non-local entries.
.SS VALID SHELLS
.B chsh
will accept the full pathname of any executable file on the system.