1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans.

This commit is contained in:
Martin Cracauer 1998-08-25 08:49:47 +00:00
parent c2ac238c40
commit 40d009a717
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38535

View File

@ -39,7 +39,7 @@
static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
#endif
static const char rcsid[] =
"$Id: trap.c,v 1.11 1998/05/18 06:44:22 charnier Exp $";
"$Id: trap.c,v 1.12 1998/08/24 10:20:36 cracauer Exp $";
#endif /* not lint */
#include <signal.h>
@ -237,7 +237,7 @@ setsignal(signo)
break;
}
#endif
action = S_IGN;
action = S_CATCH;
break;
case SIGTERM:
if (rootshell && iflag)