From owner-cvs-src@FreeBSD.ORG Wed Apr 5 07:55:51 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F20F116A425 for ; Wed, 5 Apr 2006 07:55:51 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AFD643D53 for ; Wed, 5 Apr 2006 07:55:50 +0000 (GMT) (envelope-from pawel.worach@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so1006576ugc for ; Wed, 05 Apr 2006 00:55:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VjiusoJ9bqXdv/YwY3KKIFFmpNcQX0T0XOW4RoDIKrcHv3GZbJB8wb4UYmzQCzjsGjtyzNf2uml/hLT0Q53+HIBs1EWALr7Pyzg2+yDOcWCy6BVSipFOZwHi13siNAWi2aiqjL5RbPDQhilMsLK4N/wFDK+Y6eOlmWAdcrFLIe0= Received: by 10.78.32.14 with SMTP id f14mr79919huf; Wed, 05 Apr 2006 00:55:49 -0700 (PDT) Received: by 10.78.75.15 with HTTP; Wed, 5 Apr 2006 00:55:49 -0700 (PDT) Message-ID: Date: Wed, 5 Apr 2006 09:55:49 +0200 From: "Pawel Worach" To: "Ceri Davies" In-Reply-To: <200604032036.k33Kab4L050169@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200604032036.k33Kab4L050169@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.bin/find find.1 find.h function.c option.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: Wed, 05 Apr 2006 07:55:52 -0000 On 4/3/06, Ceri Davies wrote: > ceri 2006-04-03 20:36:37 UTC > > FreeBSD src repository > > Modified files: > usr.bin/find find.1 find.h function.c option.c > Log: > Add -Btime, -Bnewer, -Bmin, -newerB[Bacmt], -newer[acmt]B options to > work with the st_birthtime field of struct stat. > After this change the -a (and) operation fails with. # find . -mtime 1d -a -mtime 2d find: -a: unknown option This seems to be used by some ports, www/apache20 is one of them. -- Pawel