[arch-commits] CVS update of arch/build/base/pam (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Aug 19 08:02:37 UTC 2007


    Date: Sunday, August 19, 2007 @ 04:02:37
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/pam

Modified: PKGBUILD (1.27 -> 1.28)

'upgpkg: fixed xscreensaver'


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


Index: arch/build/base/pam/PKGBUILD
diff -u arch/build/base/pam/PKGBUILD:1.27 arch/build/base/pam/PKGBUILD:1.28
--- arch/build/base/pam/PKGBUILD:1.27	Sun Aug 19 03:12:16 2007
+++ arch/build/base/pam/PKGBUILD	Sun Aug 19 04:02:37 2007
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD,v 1.27 2007/08/19 07:12:16 tpowa Exp $
+# $Id: PKGBUILD,v 1.28 2007/08/19 08:02:37 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pam
 pkgver=0.99.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=(i686 x86_64)
+license=('GPL2')
 url="http://www.kernel.org/pub/linux/libs/pam/"
 depends=('glibc' 'db>=4.5' 'cracklib')
 backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf} etc/pam.d/other etc/default/passwd etc/environment)
@@ -44,4 +45,6 @@
   ln -s pam_unix.so pam_unix_auth.so
   ln -s pam_unix.so pam_unix_passwd.so
   ln -s pam_unix.so pam_unix_session.so
+  # set unix_chkpwd uid
+  chmod +s $startdir/pkg/sbin/unix_chkpwd
 }




More information about the arch-commits mailing list