From owner-freebsd-current@FreeBSD.ORG Wed Apr 25 05:13:56 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 414CE16A400 for ; Wed, 25 Apr 2007 05:13:56 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from smtp4.jp.viruscheck.net (smtp4.jp.viruscheck.net [154.33.69.55]) by mx1.freebsd.org (Postfix) with ESMTP id 11BA313C448 for ; Wed, 25 Apr 2007 05:13:55 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from (mail5.jp.viruscheck.net) [154.33.69.39]:42959 by smtp4.jp.viruscheck.net with esmtp id 1HgZpC-0005Hh-L2 ; Wed, 25 Apr 2007 14:13:54 +0900 Received: from (noc.orchid.orchidtechnology.com) [125.206.34.113]:22594 by mail5.jp.viruscheck.net with esmtp id 1HgZpC-0003nH-64 ; Wed, 25 Apr 2007 14:13:54 +0900 Received: from [89.60.200.25] ([89.60.200.25]) by noc.orchid.orchidtechnology.com (8.13.4/8.13.4) with ESMTP id l3P5DrvJ011308; Wed, 25 Apr 2007 14:13:53 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <462EE38C.1030301@FreeBSD.org> Date: Wed, 25 Apr 2007 14:13:48 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Craig Rodrigues References: <462DBD68.40102@FreeBSD.org> <20070424132143.GA22217@crodrigues.org> In-Reply-To: <20070424132143.GA22217@crodrigues.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: Add ZFS to locate.updatedb X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 05:13:56 -0000 Craig Rodrigues wrote: > On Tue, Apr 24, 2007 at 05:18:48PM +0900, Alexander Nedotsukov wrote: > >> -: ${FILESYSTEMS:="ufs ext2fs"} # allowed filesystems >> +: ${FILESYSTEMS:="ufs ext2fs zfs"} # allowed filesystems >> : ${find:=find} >> > > Why restrict it to just those three file systems? > How about allowing more file systems, for example: > > lsvfs | egrep -v 'loopback|network|synthetic|read-only|^\-|^File' > It's okay with me. I just followed the existing practice. Alexander. ps. One more thing. I think it is good idea to add /media to default PRUNEPATHS too.