]> granicus.if.org Git - shadow/commitdiff
* NEWS, etc/pam.d/Makefile.am: Add chfn, chsh, and userdel to
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 4 Apr 2008 18:50:22 +0000 (18:50 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 4 Apr 2008 18:50:22 +0000 (18:50 +0000)
  $(pamd_files). Remove the duplicate useradd. And sort
  alphabetically. Thanks to Mark Rosenstand  <mark@borkware.net>.
* NEWS: Prepare next release, 4.1.2.

ChangeLog
NEWS
etc/pam.d/Makefile.am

index 1361ba1ad23b39bfb0fffce4e9b8016b99d6cc01..2f88eb853cb2e4d2018c98c79154bb46cab437d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-04-04  Mark Rosenstand  <mark@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@centraliens.net>
+
+       * NEWS: Prepare next release, 4.1.2.
+
 2008-04-02  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, configure.in: Prepare release 4.1.1
diff --git a/NEWS b/NEWS
index ab4576372e6eec5e3ac13ea4d909142e585a2c07..4e1b16a07177faabfcb5b4bed02333e411bc5a5b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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:
index 718052676579d7b38b27185e64a7c4ef0d7f855c..44deb6f74956e4381e792d3326ee2a36ed476588 100644 (file)
@@ -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