From owner-freebsd-current@FreeBSD.ORG Wed Oct 3 17:51:17 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58E5D16A41B for ; Wed, 3 Oct 2007 17:51:17 +0000 (UTC) (envelope-from nslay@comcast.net) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [206.18.177.51]) by mx1.freebsd.org (Postfix) with ESMTP id 2E36013C448 for ; Wed, 3 Oct 2007 17:51:17 +0000 (UTC) (envelope-from nslay@comcast.net) Received: from antenna.local (c-68-35-224-189.hsd1.fl.comcast.net[68.35.224.189]) by comcast.net (alnrmhc11) with ESMTP id <20071003175116b1100bqdffe>; Wed, 3 Oct 2007 17:51:16 +0000 Message-ID: <4703D67E.6070506@comcast.net> Date: Wed, 03 Oct 2007 13:50:54 -0400 From: Nathan Lay User-Agent: Thunderbird 2.0.0.6 (X11/20070925) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: kill hangs with csh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 17:51:17 -0000 Hi list, Running CURRENT as a recent as yesterday. I've observed, that while using csh kill `pgrep someprog` Hangs. I am aware one can do 'pkill someprog' but this could be a bug in csh. I tested this with sh and kill `pgrep someprog` works fine. csh on FreeBSD 6.2 will work with the above mentioned. Best Regards, Nathan Lay