From owner-cvs-all Tue May 28 20:32:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A99037B408; Tue, 28 May 2002 20:32:17 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4T3WHq96811; Tue, 28 May 2002 20:32:17 -0700 (PDT) (envelope-from des) Message-Id: <200205290332.g4T3WHq96811@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 28 May 2002 20:32:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/su su.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/28 20:32:17 PDT Modified files: usr.bin/su su.c Log: Make our child the leader of its own process group to avoid receiving signals in its stead. This fixes the dread "zsh exits upon ^C" bug. Revision Changes Path 1.51 +2 -0 src/usr.bin/su/su.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message