]> git.ipfire.org Git - thirdparty/util-linux.git/commit - login-utils/chfn.c
chsh-chfn: fix bugs, improve compilation
authorKarel Zak <kzak@redhat.com>
Wed, 13 Feb 2013 12:44:34 +0000 (13:44 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 13 Feb 2013 12:44:34 +0000 (13:44 +0100)
commitd86918b6eb854de38a6e02b81466fcc0419cef98
treecd3c94684bbe241411918306bbfb76b2af7d9cc8
parent82a2c1600ddc50b6c0bf0f521035b9b82a6e0a8e
chsh-chfn: fix bugs, improve compilation

 * rename --disable-require-password to --disable-chsh-chfn-password

 * is_local() is really unnecessary when linked with libuser

 * fix set_value_libuser() returns codes

 * fix chfn.c, there is no 'pw', but oldf.pw

 * don't link with PAM when--disable-chsh-chfn-password

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
login-utils/Makemodule.am
login-utils/auth.c
login-utils/chfn.c
login-utils/chsh.c
login-utils/libuser.c