[arch-commits] Commit in shadow/trunk (PKGBUILD login.defs)

Dave Reisner dreisner at archlinux.org
Sat Nov 17 15:14:35 UTC 2012


    Date: Saturday, November 17, 2012 @ 10:14:34
  Author: dreisner
Revision: 171438

upgpkg: shadow 4.1.5.1-2

- remove logoutd (FS#30368)
- avoid printing motd file via login.defs (FS#32201)

Modified:
  shadow/trunk/PKGBUILD
  shadow/trunk/login.defs

------------+
 PKGBUILD   |    7 +++++--
 login.defs |    6 ++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-17 15:03:45 UTC (rev 171437)
+++ PKGBUILD	2012-11-17 15:14:34 UTC (rev 171438)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Password and account management tool suite with support for shadow files and PAM"
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -38,7 +38,7 @@
           '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
           '12427b1ca92a9b85ca8202239f0d9f50198b818f'
           '0e56fed7fc93572c6bf0d8f3b099166558bb46f1'
-          'e5cab2118ecb1e61874cde842d7d04d1003f35cb'
+          '6fac49a4826e2b821c8d41ed5911bc8d04735986'
           '12427b1ca92a9b85ca8202239f0d9f50198b818f'
           '611be25d91c3f8f307c7fe2485d5f781e5dee75f'
           '5d83ba7e11c765c951867cbe00b0ae7ff57148fa'
@@ -106,6 +106,9 @@
     install -Dm644 "$srcdir/defaults.pam" "$pkgdir/etc/pam.d/$file"
   done
 
+  # Remove evil/broken tools
+  rm "$pkgdir"/usr/sbin/logoutd
+
   # Remove utilities provided by util-linux
   rm \
       "$pkgdir"/usr/bin/{chsh,chfn,sg} \

Modified: login.defs
===================================================================
--- login.defs	2012-11-17 15:03:45 UTC (rev 171437)
+++ login.defs	2012-11-17 15:14:34 UTC (rev 171438)
@@ -195,3 +195,9 @@
 #
 USERGROUPS_ENAB yes
 
+#
+# Controls display of the motd file. This is better handled by pam_motd.so
+# so the declaration here is empty is suppress display by readers of this
+# file.
+#
+MOTD_FILE




More information about the arch-commits mailing list