]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-nodm: Fix the calibration issue by reading the system profile
authorRichard Purdie <richard@openedhand.com>
Tue, 13 Jun 2006 19:35:46 +0000 (19:35 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 13 Jun 2006 19:35:46 +0000 (19:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@478 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/xserver-kdrive-common/xserver-nodm-init.bb
openembedded/packages/xserver-kdrive-common/xserver-nodm-init/xserver-nodm

index 4b224c22e59e9e88e0c5f07f4db43525b5cbca2c..8b79b4bdd2be55501ce496e913d96cdd60982b65 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
 LICENSE = "GPL"
 SECTION = "x11"
 PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "file://xserver-nodm"
 S = ${WORKDIR}
index b2c4cf1558f2f82bf2e2bb026293f406b7a01c28..1c6f742a11b98600c0e4bf79903eae70f619396b 100755 (executable)
@@ -8,6 +8,8 @@ killproc() {            # kill the named process(es)
         [ "$pid" != "" ] && kill $pid
 }
 
+. /etc/profile
+
 case "$1" in
   start)
        echo "Starting Xserver"