From owner-freebsd-standards@FreeBSD.ORG Fri Apr 1 16:16:50 2005 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D69316A4CE for ; Fri, 1 Apr 2005 16:16:50 +0000 (GMT) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20D643D54 for ; Fri, 1 Apr 2005 16:16:49 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86])j31GGiHn031749; Sat, 2 Apr 2005 02:16:44 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) j31GGgS5010033; Sat, 2 Apr 2005 02:16:43 +1000 Date: Sat, 2 Apr 2005 02:16:41 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Garrett Wollman In-Reply-To: <200504011517.j31FHxTO084986@khavrinen.lcs.mit.edu> Message-ID: <20050402015901.K24966@delplex.bde.org> References: <20050330181904.16519571@mobile.pittgoth.com> <20050401191850.Q24028@delplex.bde.org> <200504011517.j31FHxTO084986@khavrinen.lcs.mit.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: standards@freebsd.org Subject: Re: Patch for cp(1) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 16:16:50 -0000 On Fri, 1 Apr 2005, Garrett Wollman wrote: > < said: > > [cp -r] >> I think we don't need to keep it except for POSIX compatibility. > >> New programs just shouldn't use cp -r. Old programs that use cp -r >> shouldn't have its behaviour changed. > > I'm more concerned about humans. Removing the option is best for humans. -r is the same as -R under Linux (linux_base_8), and it isn't even deprecated in cp --help at least, so it won't go away, and fingers will be trained to use it in preference to -R, for at least another 20 years. This reminds me that I rarely actually use cp -R, since it is too broken to use -- it snaps hard links, unlike Linux cp. Bruce