[Pkg-shadow-commits] r3381 - upstream/trunk

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Fri Jul 8 19:57:08 UTC 2011


Author: nekral-guest
Date: 2011-07-08 19:57:08 +0000 (Fri, 08 Jul 2011)
New Revision: 3381

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/configure.in
Log:
	* configure.in: Fix typo. libcrack default is 'no'.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-07-08 19:56:18 UTC (rev 3380)
+++ upstream/trunk/ChangeLog	2011-07-08 19:57:08 UTC (rev 3381)
@@ -7,6 +7,7 @@
 	ought to be checked.
 	* src/vipw.c: Use Prog instead of progname. This is needed since
 	Prog is used in the library.
+	* configure.in: Fix typo. libcrack default is 'no'.
 
 2011-07-08  Nicolas François  <nicolas.francois at centraliens.net>
 

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2011-07-08 19:56:18 UTC (rev 3380)
+++ upstream/trunk/configure.in	2011-07-08 19:57:08 UTC (rev 3381)
@@ -260,7 +260,7 @@
 	[AC_HELP_STRING([--with-tcb], [use tcb support (incomplete) @<:@default=yes if found@:>@])],
 	[with_tcb=$withval], [with_tcb=maybe])
 AC_ARG_WITH(libcrack,
-	[AC_HELP_STRING([--with-libcrack], [use libcrack @<:@default=yes if found and if PAM not enabled@:>@])],
+	[AC_HELP_STRING([--with-libcrack], [use libcrack @<:@default=no@:>@])],
 	[with_libcrack=$withval], [with_libcrack=no])
 AC_ARG_WITH(sha-crypt,
 	[AC_HELP_STRING([--with-sha-crypt], [allow the SHA256 and SHA512 password encryption algorithms @<:@default=yes@:>@])],




More information about the Pkg-shadow-commits mailing list