Unbreak accidental xserver checkin

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@324 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-03-22 15:11:44 +00:00
parent 91a5b96208
commit 87421169e9
2 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#if [ ! -f /etc/pointercal ]; then
# /usr/bin/xtscal
#fi
if [ ! -f /etc/pointercal ]; then
/usr/bin/xtscal
fi

View File

@@ -14,10 +14,10 @@ case "$1" in
/etc/X11/Xserver &
export DISPLAY=:0
# while [ ! -f /etc/pointercal ]
# do
# /usr/bin/xtscal
# done
while [ ! -f /etc/pointercal ]
do
/usr/bin/xtscal
done
/etc/X11/Xsession &
;;