[26752] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25730 - trunk/debathena/config/pam-config/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Aug 16 16:35:12 2012

Date: Thu, 16 Aug 2012 16:35:11 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201208162035.q7GKZBf0014618@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-08-16 16:35:11 -0400 (Thu, 16 Aug 2012)
New Revision: 25730

Modified:
   trunk/debathena/config/pam-config/debian/changelog
   trunk/debathena/config/pam-config/debian/rules
Log:
In pam-config:
  * And actually transform /etc/pam.d/gdm3 correctly


Modified: trunk/debathena/config/pam-config/debian/changelog
===================================================================
--- trunk/debathena/config/pam-config/debian/changelog	2012-08-16 19:29:10 UTC (rev 25729)
+++ trunk/debathena/config/pam-config/debian/changelog	2012-08-16 20:35:11 UTC (rev 25730)
@@ -1,8 +1,9 @@
 debathena-pam-config (1.21) unstable; urgency=low
 
   * Build-dep on debathena-gdm
+  * And actually transform /etc/pam.d/gdm3 correctly
 
- -- Jonathan Reed <jdreed@mit.edu>  Thu, 16 Aug 2012 15:27:32 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 16 Aug 2012 16:35:06 -0400
 
 debathena-pam-config (1.20) unstable; urgency=low
 

Modified: trunk/debathena/config/pam-config/debian/rules
===================================================================
--- trunk/debathena/config/pam-config/debian/rules	2012-08-16 19:29:10 UTC (rev 25729)
+++ trunk/debathena/config/pam-config/debian/rules	2012-08-16 20:35:11 UTC (rev 25730)
@@ -23,6 +23,13 @@
     endif
 endif
 
+ifneq ($(wildcard /etc/pam.d/gdm3),)
+    PAM_GDM = /etc/pam.d/gdm3.debathena
+    DEB_TRANSFORM_SCRIPT_$(PAM_GDM) = debian/transform_gdm.debathena
+else
+    PAM_GDM = /etc/pam.d/gdm.debathena
+endif
+
 ifneq ($(wildcard /etc/pam.d/sshd),)
     PAM_SSHD = /etc/pam.d/sshd.debathena
     DEB_TRANSFORM_SCRIPT_$(PAM_SSHD) = debian/transform_ssh.debathena
@@ -31,7 +38,7 @@
 endif
 
 DEB_TRANSFORM_FILES_debathena-pam-config += \
-	/etc/pam.d/gdm.debathena \
+	$(PAM_GDM) \
 	$(PAM_SSHD) \
 	/etc/pam.d/login.debathena
 


home help back first fref pref prev next nref lref last post