diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 03:51:17 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 03:51:17 +0000 |
commit | a375ded2d26d83858eb03dcb716f76969f8efa4c (patch) | |
tree | 31df8b093e56d48282878cef75d8fd02f051407e /packages/e17/entrance/fix-auth-mode.patch | |
parent | 2a018a41a0106416788e36c574375c7654f27e33 (diff) |
e17 applications: catch up with EFL overhaul
Diffstat (limited to 'packages/e17/entrance/fix-auth-mode.patch')
-rw-r--r-- | packages/e17/entrance/fix-auth-mode.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/e17/entrance/fix-auth-mode.patch b/packages/e17/entrance/fix-auth-mode.patch index 1ec520f768..46e530b256 100644 --- a/packages/e17/entrance/fix-auth-mode.patch +++ b/packages/e17/entrance/fix-auth-mode.patch @@ -1,7 +1,9 @@ ---- entrance/data/config/build_config.sh.in~ 2006-01-30 07:01:47.000000000 -0800 -+++ entrance/data/config/build_config.sh.in 2006-02-01 22:22:04.000000000 -0800 -@@ -3,7 +3,7 @@ - rm -f $DB +Index: entrance-0.9.0.009/data/config/build_config.sh.in +=================================================================== +--- entrance-0.9.0.009.orig/data/config/build_config.sh.in ++++ entrance-0.9.0.009/data/config/build_config.sh.in +@@ -44,7 +44,7 @@ + rm -f $DB || exit 1 # set auth to 1 for pam, 2 for shadow -ecore_config -c $DB -k /entrance/auth -i @auth_mode@ |