From owner-freebsd-current@FreeBSD.ORG Tue Apr 24 13:21:25 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 10F2B16A402 for ; Tue, 24 Apr 2007 13:21:25 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.200.82]) by mx1.freebsd.org (Postfix) with ESMTP id CED4F13C469 for ; Tue, 24 Apr 2007 13:21:24 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from c-71-192-57-29.hsd1.ma.comcast.net ([71.192.57.29]) by comcast.net (sccrmhc12) with ESMTP id <200704241321230120036nnpe>; Tue, 24 Apr 2007 13:21:23 +0000 Received: from c-71-192-57-29.hsd1.ma.comcast.net (localhost.crodrigues.org [127.0.0.1]) by c-71-192-57-29.hsd1.ma.comcast.net (8.13.8/8.13.8) with ESMTP id l3ODLi8w022326 for ; Tue, 24 Apr 2007 09:21:44 -0400 (EDT) (envelope-from rodrigc@c-71-192-57-29.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-71-192-57-29.hsd1.ma.comcast.net (8.13.8/8.13.8/Submit) id l3ODLi1r022325 for freebsd-current@freebsd.org; Tue, 24 Apr 2007 09:21:44 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 24 Apr 2007 09:21:43 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20070424132143.GA22217@crodrigues.org> References: <462DBD68.40102@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <462DBD68.40102@FreeBSD.org> User-Agent: Mutt/1.4.2.2i 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: Tue, 24 Apr 2007 13:21:25 -0000 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' -- Craig Rodrigues rodrigc@crodrigues.org