From owner-cvs-all Thu Aug 27 09:25:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03367 for cvs-all-outgoing; Thu, 27 Aug 1998 09:25:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03352; Thu, 27 Aug 1998 09:25:04 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29602; Thu, 27 Aug 1998 09:24:58 -0700 (PDT) Date: Thu, 27 Aug 1998 09:24:58 -0700 (PDT) Message-Id: <199808271624.JAA29602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/27 09:24:58 PDT Modified files: (Branch: RELENG_2_2) bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Log: MFC: Do not exit on SIGINT in non-interactive shells, fixes PR 1206. PR: 1206 Obtained from:Basic SIGINT patch from Bruce Evans Revision Changes Path 1.3.2.2 +8 -1 src/bin/sh/arith.y 1.5.2.2 +5 -1 src/bin/sh/arith_lex.l 1.5.2.2 +28 -12 src/bin/sh/error.c 1.4.2.2 +4 -3 src/bin/sh/error.h 1.8.2.5 +29 -9 src/bin/sh/jobs.c 1.3.2.2 +4 -1 src/bin/sh/jobs.h 1.8.2.3 +2 -1 src/bin/sh/miscbltin.c 1.4.2.3 +22 -10 src/bin/sh/trap.c 1.3.2.3 +2 -1 src/bin/sh/trap.h