Author: blino
Date: Fri Feb 2 16:07:43 2007
New Revision: 115967
Modified:
packages/updates/2007.0/x11-server-xgl/current/SOURCES/xgl.xinit
packages/updates/2007.0/x11-server-xgl/current/SPECS/x11-server-xgl.spec
Log:
don't try to resolve xauth hostnames (#26138)
Modified: packages/updates/2007.0/x11-server-xgl/current/SOURCES/xgl.xinit
==============================================================================
--- packages/updates/2007.0/x11-server-xgl/current/SOURCES/xgl.xinit
(original)
+++ packages/updates/2007.0/x11-server-xgl/current/SOURCES/xgl.xinit Fri Feb
2 16:07:43 2007
@@ -22,7 +22,7 @@
if [ "$XGL" = "yes" ]; then
[ -z "$XGL_DISPLAY" ] && XGL_DISPLAY=:93
[ -z "$XGL_OPTIONS" ] && XGL_OPTIONS="-fullscreen -accel xv:pbuffer
-accel glx:pbuffer"
- xauth -i list | while read dpy proto key; do [[ $dpy == *$DISPLAY ]] &&
echo add ${dpy/%$DISPLAY/$XGL_DISPLAY} $proto $key; done | xauth -q
+ xauth -i -n list | while read dpy proto key; do [[ $dpy == *$DISPLAY ]]
&& echo add ${dpy/%$DISPLAY/$XGL_DISPLAY} $proto $key; done | xauth -q -n
Xgl $XGL_DISPLAY $XGL_OPTIONS &
DISPLAY=$XGL_DISPLAY
export DISPLAY
Modified:
packages/updates/2007.0/x11-server-xgl/current/SPECS/x11-server-xgl.spec
==============================================================================
--- packages/updates/2007.0/x11-server-xgl/current/SPECS/x11-server-xgl.spec
(original)
+++ packages/updates/2007.0/x11-server-xgl/current/SPECS/x11-server-xgl.spec
Fri Feb 2 16:07:43 2007
@@ -1,7 +1,7 @@
%define shortname xgl
%define name x11-server-xgl
%define version 0.0.1
-%define rel 9
+%define rel 10
%define git 20060714
%if %{git}