diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-02-15 20:35:57 +0000 |
commit | 1ffabe284d9f5a4ac055941d9817af71be1e5b54 (patch) | |
tree | 2b816cb3cc40a5f3053c8371de5613041272e298 /testing/xorg-xinit/fs25361.patch | |
parent | 650a87f5a67f6e71d4a56e52139a718d86ebbb46 (diff) |
Wed Feb 15 20:35:56 UTC 2012
Diffstat (limited to 'testing/xorg-xinit/fs25361.patch')
-rw-r--r-- | testing/xorg-xinit/fs25361.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/xorg-xinit/fs25361.patch b/testing/xorg-xinit/fs25361.patch deleted file mode 100644 index 4596122de..000000000 --- a/testing/xorg-xinit/fs25361.patch +++ /dev/null @@ -1,16 +0,0 @@ -Common subdirectories: xinit.orig/privileged_startx and xinit/privileged_startx -diff -u xinit.orig/startx.cpp xinit/startx.cpp ---- xinit.orig/startx.cpp 2011-08-02 18:26:57.161711018 +0400 -+++ xinit/startx.cpp 2011-08-02 19:06:39.348816866 +0400 -@@ -290,9 +290,9 @@ - XCOMM now add the same credentials to the client authority file - XCOMM if '$displayname' already exists do not overwrite it as another - XCOMM server man need it. Add them to the '$xserverauthfile' instead. -- for displayname in $authdisplay $hostname$authdisplay; do -+ for displayname in $authdisplay $hostname/unix$authdisplay; do - authcookie=`XAUTH list "$displayname" @@ -- | sed -n "s/.*$displayname[[:space:]*].*[[:space:]*]//p"` 2>/dev/null; -+ | sed -n "s/.*$hostname\/unix$authdisplay[[:space:]*].*[[:space:]*]//p"` 2>/dev/null; - if [ "z${authcookie}" = "z" ] ; then - XAUTH -q << EOF - add $displayname . $mcookie |