]> granicus.if.org Git - shadow/commitdiff
* NEWS, configure.in: Enable --enable-account-tools-setuid by
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 21 Apr 2009 22:22:08 +0000 (22:22 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 21 Apr 2009 22:22:08 +0000 (22:22 +0000)
default for PAM builds, as it used to be before the introduction
of this option.

ChangeLog
NEWS
configure.in

index 177ba7bb8c4389a33b3966db00303ae631436ad7..790f3c7b1fd6511e00dab6711c4b5e7831edff85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-21  Nicolas François  <nicolas.francois@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@centraliens.net>
 
        * etc/pam.d/Makefile.am: Distribute all pam.d files, even if
diff --git a/NEWS b/NEWS
index 108e5d2289004b736469bf5a28521ae4b3397e74..d997a04a2059f89a2655fe317813c7eb905ee7b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ $Id$
 
 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.
index 79bb60377c3ef6cbf14e4f027c0d2fe2a4fac845..073eb27c947813f6df86d639a6bce2a75965825c 100644 (file)
@@ -450,6 +450,8 @@ if test "$enable_acct_tools_setuid" != "no"; then
                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,