forked from pool/xinit
Stefan Dirsch
39986018fd
order to avoid a zombie process under certain circumstances (boo#1227313) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=68
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
|