From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 13:50:12 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F04B316A54E for ; Mon, 7 May 2007 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9019213C447 for ; Mon, 7 May 2007 13:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l47DoCQF091627 for ; Mon, 7 May 2007 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47DoCcM091626; Mon, 7 May 2007 13:50:12 GMT (envelope-from gnats) Date: Mon, 7 May 2007 13:50:12 GMT Message-Id: <200705071350.l47DoCcM091626@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/54784: find -ls wastes space X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 13:50:13 -0000 The following reply was made to PR bin/54784; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org, andyf@speednet.com.au Cc: Subject: Re: bin/54784: find -ls wastes space Date: Mon, 07 May 2007 14:47:33 +0100 See PR bin/89762 for reasons as to why this may not be a good idea to implement (the code in top(1) that has been reused here has issues). Gavin