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

Dave Reisner dreisner at archlinux.org
Mon Jun 4 15:49:54 UTC 2012


    Date: Monday, June 4, 2012 @ 11:49:53
  Author: dreisner
Revision: 160719

use "other" file from PAM verbatim to potentially avoid pacorig

Modified:
  pambase/trunk/PKGBUILD
  pambase/trunk/other

----------+
 PKGBUILD |    2 +-
 other    |    9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-04 15:21:01 UTC (rev 160718)
+++ PKGBUILD	2012-06-04 15:49:53 UTC (rev 160719)
@@ -25,7 +25,7 @@
          '887c4fa3f878fc8651cc5e6f027fe5a5'
          '477237985820117a0e6e1b13a86eb599'
          '30fe7d41e054ee43fab7855bf88a07e5'
-         '4d353b4351f9983abc218466bc8ffb1f')
+         '6e6c8719e5989d976a14610f340bd33a')
 
 package() {
   install -dm755 "$pkgdir/etc/pam.d"

Modified: other
===================================================================
--- other	2012-06-04 15:21:01 UTC (rev 160718)
+++ other	2012-06-04 15:49:53 UTC (rev 160719)
@@ -1,6 +1,5 @@
 #%PAM-1.0
-
-auth      required  pam_unix.so
-account   required  pam_unix.so
-password  required  pam_unix.so
-session   required  pam_unix.so
+auth		required	pam_unix.so
+account		required	pam_unix.so
+password	required	pam_unix.so
+session		required	pam_unix.so




More information about the arch-commits mailing list