Date: Tue, 24 Apr 2007 09:21:43 -0400 From: Craig Rodrigues <rodrigc@crodrigues.org> To: freebsd-current@freebsd.org Subject: Re: Add ZFS to locate.updatedb Message-ID: <20070424132143.GA22217@crodrigues.org> In-Reply-To: <462DBD68.40102@FreeBSD.org> References: <462DBD68.40102@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070424132143.GA22217>