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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Apr 4 18:50:23 UTC 2008


Author: nekral-guest
Date: 2008-04-04 18:50:22 +0000 (Fri, 04 Apr 2008)
New Revision: 1965

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
   upstream/trunk/etc/pam.d/Makefile.am
Log:
* NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
  $(pamd_files). Remove the duplicate useradd. And sort
  alphabetically. Thanks to Mark Rosenstand  <mark at borkware.net>.
* NEWS: Prepare next release, 4.1.2.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-04-03 20:32:55 UTC (rev 1964)
+++ upstream/trunk/ChangeLog	2008-04-04 18:50:22 UTC (rev 1965)
@@ -1,3 +1,13 @@
+2008-04-04  Mark Rosenstand  <mark at borkware.net>
+
+	* NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
+	$(pamd_files). Remove the duplicate useradd. And sort
+	alphabetically.
+
+2008-04-04  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* NEWS: Prepare next release, 4.1.2.
+
 2008-04-02  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* NEWS, configure.in: Prepare release 4.1.1

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2008-04-03 20:32:55 UTC (rev 1964)
+++ upstream/trunk/NEWS	2008-04-04 18:50:22 UTC (rev 1965)
@@ -1,5 +1,11 @@
 $Id$
 
+shadow-4.1.1 -> shadow-4.1.2						UNRELEASED
+
+*** general:
+- packaging
+  * Distribute the chfn, chsh, and userdel PAM configuration file.
+
 shadow-4.1.0 -> shadow-4.1.1						02-04-2008
 
 *** general:

Modified: upstream/trunk/etc/pam.d/Makefile.am
===================================================================
--- upstream/trunk/etc/pam.d/Makefile.am	2008-04-03 20:32:55 UTC (rev 1964)
+++ upstream/trunk/etc/pam.d/Makefile.am	2008-04-04 18:50:22 UTC (rev 1965)
@@ -2,19 +2,21 @@
 # and also cooperate to make a distribution for `make dist'
 
 pamd_files = \
-	passwd \
-	su \
-	useradd \
 	chage \
+	chfn \
 	chgpasswd \
 	chpasswd \
+	chsh \
 	groupadd \
 	groupdel \
 	groupmems \
 	groupmod \
 	login \
 	newusers \
+	passwd \
+	su \
 	useradd \
+	userdel \
 	usermod
 
 if USE_PAM




More information about the Pkg-shadow-commits mailing list