wok view xorg-xinit/stuff/06_move_serverauthfile_into_tmp.diff @ rev 8653

Up: tazwok-experimental to 0.0.6.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 23:23:35 2011 +0000 (2011-02-15)
parents
children
line source
1 Move startx auth files in /tmp so they are removed on reboot.
2 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
3 The trap patch didn't seem to work on reboot.
4 ---
5 startx.cpp | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
8 Index: xinit/startx.cpp
9 ===================================================================
10 --- xinit.orig/startx.cpp
11 +++ xinit/startx.cpp
12 @@ -273,7 +273,7 @@
13 dummy=0
15 XCOMM create a file with auth information for the server. ':0' is a dummy.
16 - xserverauthfile=$HOME/.serverauth.$$
17 + xserverauthfile=`mktemp -p /tmp serverauth.XXXXXXXXXX`
18 trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
19 xauth -q -f "$xserverauthfile" << EOF
20 add :$dummy . $mcookie