diff options
-rw-r--r-- | packages/e17/entrance/config-db.patch | 2 | ||||
-rw-r--r-- | packages/e17/entrance_20050810.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/e17/entrance/config-db.patch b/packages/e17/entrance/config-db.patch index f326ac50c9..33da62435f 100644 --- a/packages/e17/entrance/config-db.patch +++ b/packages/e17/entrance/config-db.patch @@ -5,7 +5,7 @@ # set auth to 1 for pam, 2 for shadow -edb_ed $DB add /entrance/auth int @auth_mode@ -+edb_ed $DB add /entrance/auth int 2 ++edb_ed $DB add /entrance/auth int 0 # uncomment the below to enable experimental OpenGL hardware acceleration #edb_ed $DB add /entrance/engine int 1 diff --git a/packages/e17/entrance_20050810.bb b/packages/e17/entrance_20050810.bb index de00734985..574f6ea445 100644 --- a/packages/e17/entrance_20050810.bb +++ b/packages/e17/entrance_20050810.bb @@ -7,7 +7,7 @@ RDEPENDS += "bash gpe-dm" HOMEPAGE = "http://www.enlightenment.org" MAINTAINER = "Justin Patrin <papercrane@reversefold.com>" CVSDATE = "${PV}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/entrance \ file://longer-sleep.patch;patch=1 \ |