This release fixes regresssions introduced by the shell script modernization in the 1.4.3 release, primarily seen on systems without the "mcookie" helper program to make xauth cookies, and thus using openssl or /dev/urandom to make cookies instead. Thanks to Peter Tribble of the Tribblix illumos distro for reporting the issue and testing the fixes. - adjusted xinit-suse.patch, xinit-tolerant-hostname-changes.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=75
13 lines
386 B
Diff
13 lines
386 B
Diff
Index: xinit-1.4.3/startx
|
|
===================================================================
|
|
--- xinit-1.4.3.orig/startx
|
|
+++ xinit-1.4.3/startx
|
|
@@ -412,6 +412,7 @@ fi
|
|
XCOMM handle TCP port 6000
|
|
test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" != "yes" && \
|
|
serverargs="$serverargs -nolisten tcp"
|
|
+export XAUTHLOCALHOSTNAME=`hostname`
|
|
|
|
case "$(uname -s)" in
|
|
CYGWIN_NT*|Darwin)
|