diff options
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.patch | 26 | ||||
-rw-r--r-- | meta-efl/recipes-efl/efl/entrance/entrance.service | 8 |
2 files changed, 34 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 000000000..a82d1ed3c --- /dev/null +++ b/meta-efl/recipes-efl/efl/entrance/0001-pam-use-common-auth-instead-of-system-auth.patch | |||
@@ -0,0 +1,26 @@ | |||
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 | |||
diff --git a/meta-efl/recipes-efl/efl/entrance/entrance.service b/meta-efl/recipes-efl/efl/entrance/entrance.service new file mode 100644 index 000000000..482868695 --- /dev/null +++ b/meta-efl/recipes-efl/efl/entrance/entrance.service | |||
@@ -0,0 +1,8 @@ | |||
1 | [Unit] | ||
2 | Description=Login manager for Enlightenment | ||
3 | |||
4 | [Service] | ||
5 | ExecStart=/usr/sbin/entrance | ||
6 | |||
7 | [Install] | ||
8 | Alias=display-manager.service | ||