Re: locate(1) ZFS addition

2009-09-28 Thread Gavin Atkinson
On Sun, 2009-09-27 at 23:37 -0400, CmdLnKid wrote:
 I just came across what I believe to be just a oversight on locate(1). By 
 default as stated in its locate.rc file in /etc it states that the default 
 file systems that will be searched is ufs ext2fs. Would it be wise to have 
 the 
 default be ufs zfs xfs ext2fs ? or some other combination.

It appears to be a little more confused than that.  In 8.x and 7.2, the
list of filesystems that are actually searched are ufs ext2fs zfs.
The comment in the default /etc/locate.rc lists those, and also xfs.

The real problem seems to be that /etc/locate.rc seems to be missed by
mergemaster, and so updates to it aren't being picked up.  However, from
a quick inspection, I can't see why.

I think it would be a good idea to file a PR so that this doesn't get
lost.

Gavin
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: locate(1) ZFS addition

2009-09-28 Thread Ruslan Ermilov
On Sun, Sep 27, 2009 at 11:37:14PM -0400, CmdLnKid wrote:
 I just came across what I believe to be just a oversight on locate(1). By 
 default as stated in its locate.rc file in /etc it states that the default 
 file systems that will be searched is ufs ext2fs.
 
 Would it be wise to have the 
 default be ufs zfs xfs ext2fs ? or some other combination.
 
 PS: Should a PR be filed for this ?

The default list is actually ufs ext2fs zfs for RELENG_7 now,
it's just that the comment hasn't been updated.  For HEAD and
RELENG_8, the default list contains all local file systems that
are not synthetic, loopback mounts, or read-only, according to
lsvfs.


Cheers,
-- 
Ruslan Ermilov
r...@freebsd.org
FreeBSD committer
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


locate(1) ZFS addition

2009-09-27 Thread CmdLnKid


I just came across what I believe to be just a oversight on locate(1). By 
default as stated in its locate.rc file in /etc it states that the default 
file systems that will be searched is ufs ext2fs. Would it be wise to have the 
default be ufs zfs xfs ext2fs ? or some other combination.


PS: Should a PR be filed for this ?

Best regards

--

  - (2^(N-1))
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org