From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 31 22:07:17 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 0EF8216A4DF for ; Mon, 31 Jul 2006 22:07:17 +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 7B9AB43D53 for ; Mon, 31 Jul 2006 22:07:15 +0000 (GMT) (envelope-from freebsd-hackers@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G7fun-0004Lo-QS for freebsd-hackers@freebsd.org; Tue, 01 Aug 2006 00:07:09 +0200 Received: from cmung2251.cmu.carnet.hr ([193.198.136.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Aug 2006 00:07:09 +0200 Received: from ivoras by cmung2251.cmu.carnet.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Aug 2006 00:07:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-hackers@freebsd.org From: Ivan Voras Date: Tue, 01 Aug 2006 00:07:01 +0200 Lines: 19 Message-ID: References: <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> <20060731213109.GA85795@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: cmung2251.cmu.carnet.hr User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <20060731213109.GA85795@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 22:07:17 -0000 Rick C. Petty wrote: > think that more BSD admins are so used to typing "cp -pR" than "cp -a". In Ah, but therein lies one of the points - Percentage of "BSD admins" vs "other-unix-like-systems admins" is slowly but steadily diminishing. In my (I'll admit - not so expansive) experience BSD admins tend to be older people who stick with what they know will work - vast majority of younger admins I know either personally or on the 'net generally know only Linux. Using common options help bring people over, and also saves trouble with porting shell script code :) > then save "-a" for something like ACLs. Does cp(1) properly handle ACLs > now anyway? It's a good point. I don't know if it works but ACLs should probably be handled by -p.