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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Aug 31 17:27:06 UTC 2008


Author: nekral-guest
Date: 2008-08-31 17:27:06 +0000 (Sun, 31 Aug 2008)
New Revision: 2309

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/configure.in
Log:
	* configure.in: Indentation fix.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-08-31 17:26:55 UTC (rev 2308)
+++ upstream/trunk/ChangeLog	2008-08-31 17:27:06 UTC (rev 2309)
@@ -1,3 +1,7 @@
+2008-08-28  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* configure.in: Indentation fix.
+
 2008-08-27  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* src/groupmems.c: Added functions add_user(), remove_user(), and

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2008-08-31 17:26:55 UTC (rev 2308)
+++ upstream/trunk/configure.in	2008-08-31 17:27:06 UTC (rev 2309)
@@ -243,7 +243,7 @@
 
 AM_CONDITIONAL(USE_SHA_CRYPT, test "x$with_sha_crypt" = "xyes")
 if test "$with_sha_crypt" = "yes"; then
-		AC_DEFINE(USE_SHA_CRYPT, 1, [Define to allow the SHA256 and SHA512 password encryption algorithms])
+	AC_DEFINE(USE_SHA_CRYPT, 1, [Define to allow the SHA256 and SHA512 password encryption algorithms])
 fi
 
 if test "$with_nscd" = "yes"; then




More information about the Pkg-shadow-commits mailing list