]> git.ipfire.org Git - thirdparty/util-linux.git/commit
chsh: allow user to set shell to /bin/sh if none is set
authorSami Kerola <kerolasa@iki.fi>
Sun, 14 Dec 2014 23:20:01 +0000 (23:20 +0000)
committerSami Kerola <kerolasa@iki.fi>
Mon, 5 Jan 2015 22:52:51 +0000 (22:52 +0000)
commitf64979233f9093bfa1a628eac163ee025e9ab1a4
tree4bbeaf01890b5283f0f98e7aba0bf6fd9bb0f28b
parent561c48582ca8d53c0d811f3471760d1969306935
chsh: allow user to set shell to /bin/sh if none is set

Earlier setting a /bin/sh was impossible for users that had nothing set
as shell, as that was seen as no change.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
login-utils/chsh.c