Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xinit/dist Do not attempt to trap SIGKILL



details:   https://anonhg.NetBSD.org/xsrc/rev/f49174e43fb8
branches:  trunk
changeset: 6959:f49174e43fb8
user:      nia <nia%NetBSD.org@localhost>
date:      Thu Apr 07 20:28:49 2022 +0000

description:
Do not attempt to trap SIGKILL

diffstat:

 external/mit/xinit/dist/startx.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1c03f1ae960b -r f49174e43fb8 external/mit/xinit/dist/startx.cpp
--- a/external/mit/xinit/dist/startx.cpp        Thu Mar 17 09:10:42 2022 +0000
+++ b/external/mit/xinit/dist/startx.cpp        Thu Apr 07 20:28:49 2022 +0000
@@ -282,7 +282,7 @@
 
     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



Home | Main Index | Thread Index | Old Index