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

Dave Reisner dreisner at archlinux.org
Tue Feb 14 01:55:12 UTC 2012


    Date: Monday, February 13, 2012 @ 20:55:11
  Author: dreisner
Revision: 150165

upgpkg: shadow 4.1.5-2

- fix wrong permissions on /etc/pam.d

Modified:
  shadow/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-13 21:56:35 UTC (rev 150164)
+++ PKGBUILD	2012-02-14 01:55:11 UTC (rev 150165)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5
-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/'
@@ -98,7 +98,7 @@
   install -Dm644 "$srcdir/login.defs" "$pkgdir/etc/login.defs"
 
   # PAM config - custom
-  install -dm644 "$pkgdir/etc/pam.d"
+  install -dm755 "$pkgdir/etc/pam.d"
   install -t "$pkgdir/etc/pam.d" -m644 "$srcdir"/{login,passwd,chgpasswd,chpasswd,newusers}
 
   # PAM config - from tarball




More information about the arch-commits mailing list