Module Name: xsrc
Committed By: martin
Date: Mon Apr 25 12:38:38 UTC 2022
Modified Files:
xsrc/external/mit/xinit/dist [netbsd-9]: startx.cpp
Log Message:
Pull up following revision(s) (requested by nia in ticket #1439):
xsrc/external/mit/xinit/dist/startx.cpp: revision 1.9
Do not attempt to trap SIGKILL
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.2.1 xsrc/external/mit/xinit/dist/startx.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xinit/dist/startx.cpp
diff -u xsrc/external/mit/xinit/dist/startx.cpp:1.8 xsrc/external/mit/xinit/dist/startx.cpp:1.8.2.1
--- xsrc/external/mit/xinit/dist/startx.cpp:1.8 Sun Mar 11 10:46:02 2018
+++ xsrc/external/mit/xinit/dist/startx.cpp Mon Apr 25 12:38:38 2022
@@ -282,7 +282,7 @@ if [ x"$enable_xauth" = x1 ] ; then
XCOMM create a file with auth information for the server. ':0' is a dummy.
xserverauthfile=$HOME/.serverauth.$$
- trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
+ trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP BUS TERM
xauth -q -f "$xserverauthfile" << EOF
add :$dummy . $mcookie
EOF