--enable-shadowgrp
Peter Vrabec <[email protected]> Wed, 10 Aug 2005 17:48:01 +0000
| Newsgroups | gmane.linux.pld.shadow.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Tomasz, should not be shadowgrp enabled by default?
shadow.shadowgrp.patch
(text/x-patch, 699 B)
--- shadow/configure.in.orig 2005-08-10 16:36:43.000000000 +0000
+++ shadow/configure.in 2005-08-10 16:41:46.000000000 +0000
@@ -202,13 +202,13 @@
[Define to libshadow_getpass to use our own version of getpass().])
AC_ARG_ENABLE(shadowgrp,
- [ --enable-shadowgrp enable shadow group support [default=yes]],
+ [ --enable-shadowgrp enable shadow group support [default=yes]],
[case "${enableval}" in
yes) enable_shadowgrp="yes" ;;
no) enable_shadowgrp="no" ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-shadowgrp) ;;
esac],
- [enable_shadowgrp="no"]
+ [enable_shadowgrp="yes"]
)
AC_ARG_WITH(libcrack, [ --with-libcrack try to use libcrack (default if found)])