From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 12 06:16:12 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D0935AC for ; Thu, 12 Mar 2015 06:16:12 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtpout002.mac.com [17.172.220.237]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11FDC171 for ; Thu, 12 Mar 2015 06:16:11 +0000 (UTC) Received: from [192.168.11.209] (unknown [180.42.49.96]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTPSA id <0NL30017A5EFEW30@st11p02mm-asmtp002.mac.com> for freebsd-hackers@freebsd.org; Thu, 12 Mar 2015 06:15:58 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-03-12_03:2015-03-11,2015-03-12,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1503120068 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: find with -delete option on absolute paths From: Rui Paulo In-reply-to: Date: Thu, 12 Mar 2015 15:15:43 +0900 Content-transfer-encoding: 7bit Message-id: <7CB3B7AE-19E0-4E37-9BC0-FA4BBF46D7D7@me.com> References: <20150311203645.GA30268@stack.nl> To: Matt Tagg X-Mailer: Apple Mail (2.2070.6) Cc: freebsd-hackers@freebsd.org, Jilles Tjoelker X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2015 06:16:12 -0000 On 12 Mar 2015, at 15:12, Matt Tagg wrote: > > On Wed, Mar 11, 2015 at 1:36 PM, Jilles Tjoelker wrote: >> You can get the same behaviour by upgrading to FreeBSD 10 or newer. >> >> Before FreeBSD 10.0, find -delete did not allow deleting files given as >> arguments. This was because of an incorrect check and was fixed in >> SVN r253886. > > Interesting, hope it makes it into Darwin 15 You probably should ask on an OS X mailing list. -- Rui Paulo