diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch')
| -rw-r--r-- | meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch | 26 |
1 files changed, 0 insertions, 26 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 deleted file mode 100644 index a82d1ed3c8..0000000000 --- a/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | From 14396c52a2556b1ab778a310a318ec19c2829735 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 3 | Date: Thu, 24 Nov 2011 13:25:33 +0100 | ||
| 4 | Subject: [PATCH] pam: use common-auth instead of system-auth | ||
| 5 | |||
| 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | ||
| 7 | --- | ||
| 8 | PROTO/entrance/data/entrance | 8 ++++---- | ||
| 9 | 1 files changed, 4 insertions(+), 4 deletions(-) | ||
| 10 | |||
| 11 | diff --git a/data/entrance b/data/entrance | ||
| 12 | index 872c83d..2b98c3a 100644 | ||
| 13 | --- a/data/entrance | ||
| 14 | +++ b/data/entrance | ||
| 15 | @@ -1,4 +1,4 @@ | ||
| 16 | -auth include system-auth | ||
| 17 | -account include system-auth | ||
| 18 | -password include system-auth | ||
| 19 | -session include system-auth | ||
| 20 | +auth include common-auth | ||
| 21 | +account include common-account | ||
| 22 | +password include common-password | ||
| 23 | +session include common-session | ||
| 24 | -- | ||
| 25 | 1.7.8.6 | ||
| 26 | |||
