From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 23 18:20:55 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C9DC16A402 for ; Sat, 23 Feb 2008 18:20:55 +0000 (UTC) (envelope-from mwm-keyword-freebsdhackers2.e313df@mired.org) Received: from mired.org (bhuda.mired.org [66.92.153.74]) by mx1.freebsd.org (Postfix) with SMTP id 59F6813C459 for ; Sat, 23 Feb 2008 18:20:55 +0000 (UTC) (envelope-from mwm-keyword-freebsdhackers2.e313df@mired.org) Received: (qmail 46823 invoked by uid 1001); 23 Feb 2008 18:19:39 -0000 Received: from bhuda.mired.org (localhost.localdomain [127.0.0.1]) by bhuda.mired.org (tmda-ofmipd) with ESMTP; Sat, 23 Feb 2008 13:19:38 -0500 Date: Sat, 23 Feb 2008 13:19:37 -0500 To: freebsd-hackers@freebsd.org Message-ID: <20080223131937.182373b2@bhuda.mired.org> In-Reply-To: <20080223.110047.-397883947.imp@bsdimp.com> References: <20080222.225937.-146245356.imp@bsdimp.com> <20080223.000308.686168314.imp@bsdimp.com> <20080223123556.3eee709d@bhuda.mired.org> <20080223.110047.-397883947.imp@bsdimp.com> Organization: Meyer Consulting X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; amd64-portbld-freebsd6.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEXguIzRkGnhyaz069mXhW0WHRnbrnR9WCQ6LB0CchNMAAACSUlEQVQ4jV2TQW7jMAxFGaPQOgQEdZaGMsgBrAvUA03dCxj1Uu4U2gfwQD7AGNax51NK07RcxXz6/CSl0Ij450vkPG1jzpIZM1UwDCl/xB14TWnNX8A00Qj5a0mnVFVbVUz4MeErea2HikSRqZzY894zwg9p2+/AtO8LzxFED+tNAUFeU29iFOLRxlZAcdo9A8wi8ZBMV4BKPde82Oxrvs6BTkulQIClte0DLFzzsKk9j1MBex8iUaP00Bd78S/muyFScrTXz6zLkEUxJp+SabQfNOs4f4Jpx5qSZ/304PWwlEWP1cOn/mJQR7EOD+uKhjcBLziuL7xoY5Xm+VFAUSw/LwwwsHEHxihpwV4EJH0xXRkbw1PkRw+X4pEuSJwBggqk+HEYKkiL5/74/nQkogigzQsAFrakxZyfw3wMIEEZPv4AWMfxwqE5GNxGaERjmH+PG8AE0L4/w9g0lsp1raLYAN5azQa+AOoO9NwcpFkTrG2VKNMNEL5UKUUAw34tha0z7onUG0oBoNtczE04GwFE3wCHc0ChezAJ6A1WMV81AtY7wDAJSlXwV+4cwBvsOsrQMRawfQEBz0deEZ7WNpV2szckIKo5VpDHDSDvF1GItwqqAlG01Hh50BGtVhuUkjkasg/14bYFGCgWg1fSWHvmOoJck2xdp9ZvZBHzDVTzX23TkrOn7qe5U2COEw5D4Vx3qEQpFY2Z/3QFnJxzp7YCmSMG19nOUoe869zZfOQb5ywQuWu0yCn5+8gxZz+BE7vG3j4/wbf4D/sXN9Wug1s7AAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Delivery-Agent: TMDA/1.1.11 (Ladyburn) From: Mike Meyer Subject: Re: find -lname and -ilname implemented X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2008 18:20:55 -0000 On Sat, 23 Feb 2008 11:00:47 -0700 (MST) "M. Warner Losh" wrote: > In message: <20080223123556.3eee709d@bhuda.mired.org> > Mike Meyer writes: > : On Sat, 23 Feb 2008 00:03:08 -0700 (MST) "M. Warner Losh" wrote: > : > : > Sorry to be lame and follow up to my original email, but Ruslan was > : > way too quick to give me feedback :-) > : > > : > I also did a few more of the really easy ones, and added a list of > : > ones that we haven't implemented yet. > : > > : > Comments? > : > : How about a question: why are you turning the FreeBSD find into the > : GNU find? The changes in the first patch looked like they added real > : functionality that wasn't available in other tools. These seem to be > : gratuitous changes to make things compatible with GNU. > > The changes aren't gratuitous. They are well thought out to ensure > maximum compatibility. That they add no new functionality, but only exist to make things compatible with GNU are what make them gratuitous to me. > It is yet another barrier to entry for people converting from Linux to > FreeBSD. There's lots of useful scripts that have been written for > the embedded world that, sadly, assume more functionality in our tools > than are present. They don't always do nice autoconf things to find > the right tool to use. The trivial differences between gnu find and > our find serve no real purpose. The problem with this argument is that there are no limits on it, other than the developers definition of "trivial". OS X has already carried this argument to the point that they've replaced /bin/sh with bash. While I understand that it's easier to fix the BSD find, have you tried filing bug reports with patches for the tools that assume GNU find? That would help people outside the BSD community as well. Thanks, http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information.