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

Tobias Powalowski tpowa at archlinux.org
Sun Aug 19 07:12:17 UTC 2007


    Date: Sunday, August 19, 2007 @ 03:12:17
  Author: tpowa
    Path: /home/cvs-arch/arch/build/base/pam

Modified: PKGBUILD (1.26 -> 1.27)

'upgpkg: added missing compatibility symlinks'


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


Index: arch/build/base/pam/PKGBUILD
diff -u arch/build/base/pam/PKGBUILD:1.26 arch/build/base/pam/PKGBUILD:1.27
--- arch/build/base/pam/PKGBUILD:1.26	Sat Aug 18 09:10:23 2007
+++ arch/build/base/pam/PKGBUILD	Sun Aug 19 03:12:16 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.26 2007/08/18 13:10:23 tpowa Exp $
+# $Id: PKGBUILD,v 1.27 2007/08/19 07:12:16 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=pam
 pkgver=0.99.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PAM (Pluggable Authentication Modules) library"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/libs/pam/"
@@ -38,4 +38,10 @@
 @audio          -       nice           -10
 @audio          -       memlock         40000
 _EOT
+  # fix some missing symlinks from old pam for compatibility
+  cd $startdir/pkg/lib/security
+  ln -s pam_unix.so pam_unix_acct.so
+  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
 }




More information about the arch-commits mailing list