projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a59e4a3
)
yet another workaround
author
Mirko Vogt
<mirko@openwrt.org>
Sun, 30 Nov 2008 17:10:21 +0000
(17:10 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sun, 30 Nov 2008 17:10:21 +0000
(17:10 +0000)
SVN-Revision: 13448
Xorg/xserver/xorg-xserver/files/x.init
patch
|
blob
|
history
diff --git
a/Xorg/xserver/xorg-xserver/files/x.init
b/Xorg/xserver/xorg-xserver/files/x.init
index 903a19135036e78adb5db1f598d285430954233c..04ef4ae1e1eb9b79b06f28f5a90e2c99260e5cbd 100755
(executable)
--- a/
Xorg/xserver/xorg-xserver/files/x.init
+++ b/
Xorg/xserver/xorg-xserver/files/x.init
@@
-41,5
+41,5
@@
start() {
#config_foreach start_with_x start
X $ARGS &
#eval $START # not used yet, because the buildroot lacks of the functionality of editing uci-values while building a package
- DISPLAY=":0" WM & # workaround
+
sleep 1 &&
DISPLAY=":0" WM & # workaround
}