From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 31 21:04:54 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E542516A4DA for ; Mon, 31 Jul 2006 21:04:54 +0000 (UTC) (envelope-from freebsd-hackers@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6235543D46 for ; Mon, 31 Jul 2006 21:04:54 +0000 (GMT) (envelope-from freebsd-hackers@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G7evI-0000DN-Np for freebsd-hackers@freebsd.org; Mon, 31 Jul 2006 23:03:36 +0200 Received: from cmung1440.cmu.carnet.hr ([193.198.133.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jul 2006 23:03:36 +0200 Received: from ivoras by cmung1440.cmu.carnet.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jul 2006 23:03:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-hackers@freebsd.org From: Ivan Voras Date: Mon, 31 Jul 2006 23:01:24 +0200 Lines: 15 Message-ID: References: <200607271150.k6RBoM9p031745@lurza.secnetix.de> <44C8FB65.9020102@FreeBSD.org> <44CE03D2.2050803@centtech.com> <17614.4005.407223.621637@bhuda.mired.org> <44CE199C.2020500@centtech.com> <17614.8289.134373.387558@bhuda.mired.org> <96b30c400607310847s1d2f845eo212b234d03f51e9a@mail.gmail.com> <20060731172858.GA84042@megan.kiwi-computer.com> <44CE40EA.5080009@centtech.com> <20060731184454.GA84483@megan.kiwi-computer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cmung1440.cmu.carnet.hr User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <20060731184454.GA84483@megan.kiwi-computer.com> Sender: news Subject: Re: [PATCH] adding two new options to 'cp' 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: Mon, 31 Jul 2006 21:04:55 -0000 Rick C. Petty wrote: > "-l" may be a useful option, but at what point is the line drawn between > bloating our base cp and having a gcp port (or using linux_base)?? It's like saying "if you need this option, go to Linux" - it just seems wrong. With all respect to "series of small utilities" way of doing things, I think the "whatever is shorter to type" takes precedence :) And it's not like the added code will have to be changed/maintained in the forseeable future - if the basic implementation is ok, the underlying structures and ideas will not change while UFS semantics are in use.