From 38ea2e71952c00f18230ed0e691532aadff4e2c1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Nov 2012 02:31:09 -0800 Subject: Thu Nov 22 02:27:52 PST 2012 --- core/shadow/PKGBUILD | 9 ++++++--- core/shadow/login.defs | 6 ++++++ 2 files changed, 12 insertions(+), 3 deletions(-) (limited to 'core/shadow') diff --git a/core/shadow/PKGBUILD b/core/shadow/PKGBUILD index 971b59a34..0c5b601d2 100644 --- a/core/shadow/PKGBUILD +++ b/core/shadow/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 162993 2012-07-04 21:45:24Z dreisner $ +# $Id: PKGBUILD 171874 2012-11-22 03:45:34Z dreisner $ # Maintainer: Dave Reisner # Maintainer: Aaron Griffin 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 @@ sha1sums=('81f38720b953ef9c2c100c43d02dfe19cafd6c30' '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad' '12427b1ca92a9b85ca8202239f0d9f50198b818f' '0e56fed7fc93572c6bf0d8f3b099166558bb46f1' - 'e5cab2118ecb1e61874cde842d7d04d1003f35cb' + '6fac49a4826e2b821c8d41ed5911bc8d04735986' '12427b1ca92a9b85ca8202239f0d9f50198b818f' '611be25d91c3f8f307c7fe2485d5f781e5dee75f' '5d83ba7e11c765c951867cbe00b0ae7ff57148fa' @@ -106,6 +106,9 @@ package() { 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} \ diff --git a/core/shadow/login.defs b/core/shadow/login.defs index 2500ee447..5dabf78df 100644 --- a/core/shadow/login.defs +++ b/core/shadow/login.defs @@ -195,3 +195,9 @@ DEFAULT_HOME yes # 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 -- cgit v1.2.3-54-g00ecf