diff options
author | 2005-12-28 18:19:52 +0000 | |
---|---|---|
committer | 2005-12-28 18:19:52 +0000 | |
commit | c8e9b859136e3a046122290f8fa4e950f8dfe5fb (patch) | |
tree | 3f7b5c40754e906554c1138e8484e1bbc2b38ca6 /x11-misc/sux/files | |
parent | Fixed *DEPEND for modular X (bug #115703), removed old version. (diff) | |
download | historical-c8e9b859136e3a046122290f8fa4e950f8dfe5fb.tar.gz historical-c8e9b859136e3a046122290f8fa4e950f8dfe5fb.tar.bz2 historical-c8e9b859136e3a046122290f8fa4e950f8dfe5fb.zip |
Fix for modular X. See bug #115964.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-misc/sux/files')
-rw-r--r-- | x11-misc/sux/files/digest-sux-1.0-r3 | 1 | ||||
-rw-r--r-- | x11-misc/sux/files/sux-X11R6.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/sux/files/digest-sux-1.0-r3 b/x11-misc/sux/files/digest-sux-1.0-r3 new file mode 100644 index 000000000000..df5460f73672 --- /dev/null +++ b/x11-misc/sux/files/digest-sux-1.0-r3 @@ -0,0 +1 @@ +MD5 f36740d7898914a86f4f32ec6ea1c53c sux 9403 diff --git a/x11-misc/sux/files/sux-X11R6.patch b/x11-misc/sux/files/sux-X11R6.patch new file mode 100644 index 000000000000..ae45f2280b9c --- /dev/null +++ b/x11-misc/sux/files/sux-X11R6.patch @@ -0,0 +1,24 @@ +--- /usr/bin/sux 2005-12-18 16:45:21.000000000 +0000 ++++ sux 2005-12-18 18:54:32.000000000 +0000 +@@ -229,10 +229,10 @@ + # Remove the old cookies. They may cause trouble if we transfer only one + # cookie, e.g. an MIT cookie, and there's still a stale XDM cookie hanging + # around. +- export TERM="/usr/X11R6/bin/xauth -q remove $DISPLAY 2>/dev/null;" ++ export TERM="/usr/bin/xauth -q remove $DISPLAY 2>/dev/null;" + if [ -n "$sux_unix_display" ] + then +- TERM="$TERM /usr/X11R6/bin/xauth -q remove $sux_unix_display;" ++ TERM="$TERM /usr/bin/xauth -q remove $sux_unix_display;" + fi + + # Note that there may be more than one cookie to transfer, hence +@@ -249,7 +249,7 @@ + sux_i=`expr $sux_i + 1` + if [ $sux_i -eq 9 ] + then +- TERM="$TERM | /usr/X11R6/bin/xauth nmerge - ;" ++ TERM="$TERM | /usr/bin/xauth nmerge - ;" + sux_i=0 + fi + done |