From owner-cvs-src@FreeBSD.ORG Tue Mar 11 13:10:54 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C922E1065672; Tue, 11 Mar 2008 13:10:54 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.ltdomains.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 7DAE88FC18; Tue, 11 Mar 2008 13:10:54 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.storspeed.com (209-163-168-124.static.tenantsolutions.com [209.163.168.124] (may be forged)) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id m2BCbgis079617; Tue, 11 Mar 2008 07:37:45 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <47D67D14.8010106@freebsd.org> Date: Tue, 11 Mar 2008 07:37:40 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: John Baldwin References: <200803101958.m2AJwfmm037050@repoman.freebsd.org> <20080310.144327.-856141340.imp@bsdimp.com> <200803101747.51354.jhb@freebsd.org> In-Reply-To: <200803101747.51354.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, "M. Warner Losh" Subject: Re: cvs commit: src/bin/cp cp.1 cp.c utils.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 13:10:55 -0000 John Baldwin wrote: > On Monday 10 March 2008 04:43:27 pm M. Warner Losh wrote: >> In message: <200803101958.m2AJwfmm037050@repoman.freebsd.org> >> John Baldwin writes: >> : jhb 2008-03-10 19:58:41 UTC >> : >> : FreeBSD src repository >> : >> : Modified files: >> : bin/cp cp.1 cp.c utils.c >> : Log: >> : Add an '-a' option which is identical to specifying '-RpP' for >> : compatibility with other implementations. >> : >> : MFC after: 1 month >> >> Submitted by: David Frascone at Cisco >> >> right? > > Don't think so. I've had this patch for almost 2 years now on my laptop from > the first time this came up (back when -l was added IIRC). The recent thread > just reminded me to commit it. :) The recent thread also had a patch that > used -rpP whereas -RpP is more correct IMO. > Thanks John for committing this!! This makes life easier for rsnapshot users too. Eric p.s. - I think I was the original submitter along with the -l patch.