From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 12 06:12:49 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 2F2394AF for ; Thu, 12 Mar 2015 06:12:49 +0000 (UTC) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5D85152 for ; Thu, 12 Mar 2015 06:12:48 +0000 (UTC) Received: by oiax69 with SMTP id x69so11603347oia.5 for ; Wed, 11 Mar 2015 23:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=FbTRo8pZNIvdgzQqIrCYtcTPIZ/I2SpvMefD/wvRflc=; b=Bl5xkGyYsTgAInbbL9h+KsNb/FD82VxQ6HT0ufyu/ZchCQEr6iOYR4VEAfLSDcDYRS wIRC+NIWN1lN1rf1fDqf1iu53zNb1+oNC+XK+op33y+KXquHwQEDsF5HUUNK1VkVpMX6 UuKkMulPDFZh+tD0Ed9hJZeUhO4LBYtJvc/NOg4A0i9X1DWdChK6hjW3D6EkQXQAdm/s h2aO+H9Zr/Rd9Zq5V+6bGdTJN+PvjOb4TWUZRwUbI1ROJ1lMM1yWJsbhfgAPPc5yZ0BD EXViCPu/6lM+Wr1DEVTOgChRforpPM7GWk3qm1e2C7bAcCSZPspD46p0nQqEsSZK2JsT ONlA== X-Received: by 10.60.120.36 with SMTP id kz4mr32884959oeb.47.1426140768155; Wed, 11 Mar 2015 23:12:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.116.133 with HTTP; Wed, 11 Mar 2015 23:12:07 -0700 (PDT) In-Reply-To: <20150311203645.GA30268@stack.nl> References: <20150311203645.GA30268@stack.nl> From: Matt Tagg Date: Wed, 11 Mar 2015 23:12:07 -0700 Message-ID: Subject: Re: find with -delete option on absolute paths To: Jilles Tjoelker Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org 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:12:49 -0000 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