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

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Tue Apr 21 22:22:08 UTC 2009


Author: nekral-guest
Date: 2009-04-21 22:22:08 +0000 (Tue, 21 Apr 2009)
New Revision: 2736

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
   upstream/trunk/configure.in
Log:
	* NEWS, configure.in: Enable --enable-account-tools-setuid by
	default for PAM builds, as it used to be before the introduction
	of this option.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-04-21 22:16:17 UTC (rev 2735)
+++ upstream/trunk/ChangeLog	2009-04-21 22:22:08 UTC (rev 2736)
@@ -1,5 +1,11 @@
 2009-04-21  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* NEWS, configure.in: Enable --enable-account-tools-setuid by
+	default for PAM builds, as it used to be before the introduction
+	of this option.
+
+2009-04-21  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* etc/pam.d/Makefile.am: Distribute all pam.d files, even if
 	ACCT_TOOLS_SETUID is not enabled.
 

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2009-04-21 22:16:17 UTC (rev 2735)
+++ upstream/trunk/NEWS	2009-04-21 22:22:08 UTC (rev 2736)
@@ -2,6 +2,8 @@
 
 shadow-4.1.3.1 -> shadow-4.1.3.2					UNRELEASED
 
+- packaging
+  * Enable --enable-account-tools-setuid by default for PAM builds.
 - login
   * Do not trust the current utmp entry's ut_line to set PAM_TTY. This could
     lead to DOS attacks.

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2009-04-21 22:16:17 UTC (rev 2735)
+++ upstream/trunk/configure.in	2009-04-21 22:22:08 UTC (rev 2736)
@@ -450,6 +450,8 @@
 		else
 			enable_acct_tools_setuid="no"
 		fi
+	else
+		enable_acct_tools_setuid="yes"
 	fi
 	if test "$enable_acct_tools_setuid" = "yes"; then
 		AC_DEFINE(ACCT_TOOLS_SETUID,




More information about the Pkg-shadow-commits mailing list