Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Ivan Voras
Ivan Voras wrote: > David O'Brien wrote: >> On Wed, Oct 17, 2007 at 10:35:10AM +, Alexey Dokuchaev wrote: >>> It might be a good idea to drop msdosfs off of this list. Real physical >>> filesystems in Windoze world are typically NTFS now, and FAT is used >>> mainly in removable storage. >> Not

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Robert Watson
On Wed, 17 Oct 2007, Stefan Esser wrote: Alfred Perlstein wrote: * Ceri Davies <[EMAIL PROTECTED]> [071016 15:59] wrote: While userland can tell if a filesystem is pseudo or not, (see lsvfs), I'm not sure that we can reliably tell whether a device is removable or not (cf. my camera, USB key,

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Ivan Voras
David O'Brien wrote: > On Wed, Oct 17, 2007 at 10:35:10AM +, Alexey Dokuchaev wrote: >> It might be a good idea to drop msdosfs off of this list. Real physical >> filesystems in Windoze world are typically NTFS now, and FAT is used >> mainly in removable storage. > > Not nessisarly - vfat/fat

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Garance A Drosehn
At 6:15 PM +0200 10/17/07, Stefan Esser wrote: Alfred Perlstein wrote: * Ceri Davies <[EMAIL PROTECTED]> [071016 15:59] wrote: While userland can tell if a filesystem is pseudo or not, (see lsvfs), I'm not sure that we can reliably tell whether a device is removable or not (cf. my camera, U

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread David O'Brien
On Wed, Oct 17, 2007 at 10:35:10AM +, Alexey Dokuchaev wrote: > It might be a good idea to drop msdosfs off of this list. Real physical > filesystems in Windoze world are typically NTFS now, and FAT is used > mainly in removable storage. Not nessisarly - vfat/fat32 is the only reliable FS tha

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Stefan Esser
Alfred Perlstein wrote: > * Ceri Davies <[EMAIL PROTECTED]> [071016 15:59] wrote: >> While userland can tell if a filesystem is pseudo or not, (see lsvfs), >> I'm not sure that we can reliably tell whether a device is removable or >> not (cf. my camera, USB key, iPod, etc.). > > fstab(5) gives som

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Alfred Perlstein
* Dag-Erling Sm??rgrav <[EMAIL PROTECTED]> [071017 05:33] wrote: > Alfred Perlstein <[EMAIL PROTECTED]> writes: > > Ceri Davies <[EMAIL PROTECTED]> writes: > > > While userland can tell if a filesystem is pseudo or not, (see > > > lsvfs), I'm not sure that we can reliably tell whether a device is >

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Alexey Dokuchaev
Circa Oct 17 2007, Stefan Esser wrote: > Yes, I considered this. In fact, if there is consensus that FAT should > be excluded, I'd add another category to the configuration parameters > of the locate.updatedb script. Currently there is: > > $SEARCHPATHS(start points for the directory sca

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Dag-Erling Smørgrav
Alfred Perlstein <[EMAIL PROTECTED]> writes: > Ceri Davies <[EMAIL PROTECTED]> writes: > > While userland can tell if a filesystem is pseudo or not, (see > > lsvfs), I'm not sure that we can reliably tell whether a device is > > removable or not (cf. my camera, USB key, iPod, etc.). > fstab(5) give

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Alfred Perlstein
* Ceri Davies <[EMAIL PROTECTED]> [071016 15:59] wrote: > On Tue, Oct 16, 2007 at 07:10:03PM +0200, Stefan Esser wrote: > > Ceri Davies schrieb: > > > On Mon, Oct 15, 2007 at 10:09:19PM +, Stefan Esser wrote: > > >> se 2007-10-15 22:09:19 UTC > > >> > > >> FreeBSD src repository > >

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Stefan Esser
Alexey Dokuchaev wrote: > On Tue, Oct 16, 2007 at 07:10:03PM +0200, Stefan Esser wrote: >> The second possibility is to extend the list in the update script. It >> needs to contain at least: >> >> ufs ext2fs zfs >> >> and probably also: >> >> xfs msdosfs ntfs ntfs-3g (?) > > It might be

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-17 Thread Alexey Dokuchaev
On Tue, Oct 16, 2007 at 07:10:03PM +0200, Stefan Esser wrote: > Ceri Davies schrieb: > > On Mon, Oct 15, 2007 at 10:09:19PM +, Stefan Esser wrote: > >> se 2007-10-15 22:09:19 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> usr.bin/locate/locate updatedb.sh

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-16 Thread Ceri Davies
On Tue, Oct 16, 2007 at 07:10:03PM +0200, Stefan Esser wrote: > Ceri Davies schrieb: > > On Mon, Oct 15, 2007 at 10:09:19PM +, Stefan Esser wrote: > >> se 2007-10-15 22:09:19 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> usr.bin/locate/locate updatedb.sh

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-16 Thread Stefan Esser
Ceri Davies schrieb: > On Mon, Oct 15, 2007 at 10:09:19PM +, Stefan Esser wrote: >> se 2007-10-15 22:09:19 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.bin/locate/locate updatedb.sh >> Log: >> Make the updatedb script installed as /usr/libexec/locate.updat

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-16 Thread Stefan Esser
Christian S.J. Peron schrieb: > You should claim ownership over PR: 116960 and change it to patched > since the reporter was complaining about this issue. Thanks for the information, I'll take care of it ... I had sent a request for approval of the patch to the release engineer a few hours before

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-16 Thread Ceri Davies
On Mon, Oct 15, 2007 at 10:09:19PM +, Stefan Esser wrote: > se 2007-10-15 22:09:19 UTC > > FreeBSD src repository > > Modified files: > usr.bin/locate/locate updatedb.sh > Log: > Make the updatedb script installed as /usr/libexec/locate.updatedb > inspect all local fil

Re: cvs commit: src/usr.bin/locate/locate updatedb.sh

2007-10-15 Thread Christian S.J. Peron
You should claim ownership over PR: 116960 and change it to patched since the reporter was complaining about this issue. On Mon, Oct 15, 2007 at 10:09:19PM +, Stefan Esser wrote: > se 2007-10-15 22:09:19 UTC > > FreeBSD src repository > > Modified files: > usr.bin/locate/loc