forked from pool/xinit
Stefan Dirsch
4d0de5b109
Split xinit out of xorg-x11; no change to the content OBS-URL: https://build.opensuse.org/request/show/113512 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=1
13 lines
474 B
Diff
13 lines
474 B
Diff
Index: xinit-1.3.0/startx.cpp
|
|
===================================================================
|
|
--- xinit-1.3.0.orig/startx.cpp
|
|
+++ xinit-1.3.0/startx.cpp
|
|
@@ -422,6 +422,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
|