[Pkg-shadow-commits] r2735 - in upstream/trunk: . etc/pam.d

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


Author: nekral-guest
Date: 2009-04-21 22:16:17 +0000 (Tue, 21 Apr 2009)
New Revision: 2735

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/etc/pam.d/Makefile.am
Log:
	* etc/pam.d/Makefile.am: Distribute all pam.d files, even if
	ACCT_TOOLS_SETUID is not enabled.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2009-04-21 22:14:10 UTC (rev 2734)
+++ upstream/trunk/ChangeLog	2009-04-21 22:16:17 UTC (rev 2735)
@@ -1,5 +1,10 @@
 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.
+
+2009-04-21  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* lib/shadowmem.c: Added spw_free().
 	* lib/shadowio.c: Use spw_free() for shadow_free().
 	* lib/groupmem.c: Added gr_free().

Modified: upstream/trunk/etc/pam.d/Makefile.am
===================================================================
--- upstream/trunk/etc/pam.d/Makefile.am	2009-04-21 22:14:10 UTC (rev 2734)
+++ upstream/trunk/etc/pam.d/Makefile.am	2009-04-21 22:16:17 UTC (rev 2735)
@@ -9,8 +9,7 @@
 	passwd \
 	su
 
-if ACCT_TOOLS_SETUID
-pamd_files += \
+pamd_acct_tools_files = \
 	chage \
 	chgpasswd \
 	chpasswd \
@@ -21,11 +20,13 @@
 	useradd \
 	userdel \
 	usermod
-endif
 
 if USE_PAM
 pamddir = $(sysconfdir)/pam.d
 pamd_DATA = $(pamd_files)
+if ACCT_TOOLS_SETUID
+pamd_DATA += $(pamd_acct_tools_files)
 endif
+endif
 
-EXTRA_DIST = $(pamd_files)
+EXTRA_DIST = $(pamd_files) $(pamd_acct_tools_files)




More information about the Pkg-shadow-commits mailing list