From 054038d8dd878700c594f095defb9facddf61bdc Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 13 Nov 2002 10:24:22 +0000 Subject: 17931: Philippe: restore blocking of SIGTERM in interactive shell --- ChangeLog | 5 +++++ Src/init.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 106862a6d..00c57291f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-13 Peter Stephenson + + * 17931: Philippe Troin : Src/init.c: restore + ignoring of SIGTERM in interactive shells. + 2002-11-12 Oliver Kiddle * Zvi Har'El: Completion/Unix/Command/_rcs: complete also for rcsdiff diff --git a/Src/init.c b/Src/init.c index 67ed1815b..16965e019 100644 --- a/Src/init.c +++ b/Src/init.c @@ -904,6 +904,7 @@ init_signals(void) #endif if (interact) { install_handler(SIGALRM); + signal_ignore(SIGTERM); } if (jobbing) { signal_ignore(SIGTTOU); -- cgit 1.4.1