mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
#if [ ! -f /etc/pointercal ]; then
|
||||
# /usr/bin/xtscal
|
||||
#fi
|
||||
if [ ! -f /etc/pointercal ]; then
|
||||
/usr/bin/xtscal
|
||||
fi
|
||||
|
||||
|
||||
@@ -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 &
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user