]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: enable chfn and chsh by default
authorKarel Zak <kzak@redhat.com>
Wed, 28 May 2014 07:57:55 +0000 (09:57 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 28 May 2014 07:57:55 +0000 (09:57 +0200)
The util-linux version (is the best:-) uses libuser,
so it usable for non-local users (LDAP, etc.).

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac

index adea0501824e8a0475c023e7accf0dfae843a03d..e203a7c044e4ec80a561b8fd806fbd14beb02cc1 100644 (file)
@@ -1398,7 +1398,7 @@ AC_ARG_ENABLE([chfn-chsh-password],
 
 AC_ARG_ENABLE([chfn-chsh],
   AS_HELP_STRING([--enable-chfn-chsh], [build chfn and chsh]),
-  [], [UL_DEFAULT_ENABLE([chfn_chsh], [no])]
+  [], [UL_DEFAULT_ENABLE([chfn_chsh], [check])]
 )
 UL_BUILD_INIT([chfn_chsh])