aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/entrance
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-08-10 11:55:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-08-20 09:57:43 +0200
commit886738268ae524dc9345c00f1e33fc9ced4939a9 (patch)
tree006e841873cd01b527ff906712209d82252f3e90 /meta-efl/recipes-efl/efl/entrance
parente823cd104ce6341f8d27ac411d84856f549d80d3 (diff)
downloadmeta-openembedded-contrib-886738268ae524dc9345c00f1e33fc9ced4939a9.tar.gz
elsa: rename to entrance
* elsa was killed in r75060 and reintroduced in r75061 with old name - entrance Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/entrance')
-rw-r--r--meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch b/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch
new file mode 100644
index 0000000000..a82d1ed3c8
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch
@@ -0,0 +1,26 @@
+From 14396c52a2556b1ab778a310a318ec19c2829735 Mon Sep 17 00:00:00 2001
+From: Martin Jansa <Martin.Jansa@gmail.com>
+Date: Thu, 24 Nov 2011 13:25:33 +0100
+Subject: [PATCH] pam: use common-auth instead of system-auth
+
+Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+---
+ PROTO/entrance/data/entrance | 8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/data/entrance b/data/entrance
+index 872c83d..2b98c3a 100644
+--- a/data/entrance
++++ b/data/entrance
+@@ -1,4 +1,4 @@
+-auth include system-auth
+-account include system-auth
+-password include system-auth
+-session include system-auth
++auth include common-auth
++account include common-account
++password include common-password
++session include common-session
+--
+1.7.8.6
+