forked from pool/xinit
Stefan Dirsch
69bbebc9b2
* /usr/X11R6/bin/X --> /usr/bin/X * /var/X11R6/bin/X --> /var/lib/X11/X - refreshed patches OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=23
13 lines
474 B
Diff
13 lines
474 B
Diff
Index: xinit-1.3.4/startx.cpp
|
|
===================================================================
|
|
--- xinit-1.3.4.orig/startx.cpp
|
|
+++ xinit-1.3.4/startx.cpp
|
|
@@ -407,6 +407,7 @@ fi
|
|
XCOMM handle TCP port 6000
|
|
test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" != "yes" && \
|
|
serverargs="$serverargs -nolisten tcp"
|
|
+export XAUTHLOCALHOSTNAME=`hostname`
|
|
|
|
#if defined(__APPLE__) || defined(__CYGWIN__)
|
|
eval XINIT \"$client\" $clientargs -- \"$server\" $display $serverargs
|