From owner-cvs-all@FreeBSD.ORG Mon Jan 2 10:53:01 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF0C916A41F; Mon, 2 Jan 2006 10:53:01 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB9BD43D49; Mon, 2 Jan 2006 10:53:00 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id k02AqxlE009594; Mon, 2 Jan 2006 13:52:59 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id k02Aqw3c009593; Mon, 2 Jan 2006 13:52:58 +0300 (MSK) (envelope-from ache) Date: Mon, 2 Jan 2006 13:52:58 +0300 From: Andrey Chernov To: Brian Somers Message-ID: <20060102105258.GA9555@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Brian Somers , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200601020946.k029kdUU053109@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601020946.k029kdUU053109@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/su su.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2006 10:53:01 -0000 On Mon, Jan 02, 2006 at 09:46:39AM +0000, Brian Somers wrote: > usr.bin/su su.c > Log: > Handle the case (that I just broke) where the following hangs: > > $ su > # kill -STOP $$ You broke not only that. "stop $$/fg" for tcsh is broken now too (cause logout for ssh). (BTW, this test is from commit logs) -- http://ache.pp.ru/