entrance: revert auth=2 to auth=0
authorMatthias Hentges <oe@hentges.net>
Sun, 14 Aug 2005 19:06:46 +0000 (19:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 14 Aug 2005 19:06:46 +0000 (19:06 +0000)
packages/e17/entrance/config-db.patch
packages/e17/entrance_20050810.bb

index f326ac5..33da624 100644 (file)
@@ -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
index de00734..574f6ea 100644 (file)
@@ -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 \