xserver-nodm: Fix the calibration issue by reading the system profile

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@478 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-06-13 19:35:46 +00:00
parent 27c82230e3
commit 46c37c1c0f
2 changed files with 3 additions and 1 deletions

View 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}

View File

@ -8,6 +8,8 @@ killproc() { # kill the named process(es)
[ "$pid" != "" ] && kill $pid
}
. /etc/profile
case "$1" in
start)
echo "Starting Xserver"