Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 1996 12:48:39 -0800 (PST)
From:      invalid opcode <coredump@nervosa.com>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, davidg@freefall.freebsd.org
Subject:   Re: cvs commit: src/usr.bin/locate/locate updatedb.csh updatedb.sh
Message-ID:  <Pine.BSF.3.91.960305120035.18781A-100000@nervosa.com>
In-Reply-To: <199603051337.AAA06109@godzilla.zeta.org.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 6 Mar 1996, Bruce Evans wrote:

> >  Modified:    usr.bin/locate/locate  updatedb.csh updatedb.sh
> >  Log:
> >  Use '-fstype ufs' rather than '-fstype local' on the find command to avoid
> >  special non-filesystems like procfs from being included.
> 
> This breaks non-special filesystems such as cd9660, msdosfs and ext2fs.
> It will be easier to fix properly when the Lite2 find is imported (the
> 4.4Lite find only knows about a few fstypes, not including procfs).

Well how about:

set NOSRCHPATHS = "/proc"

(stuff before) -fstype local (stuff after) | egrep -v ^${NOSRCHPATHS} | 
(stuff after)

== Chris Layne =============================================================
== coredump@nervosa.com ================ http://www.nervosa.com/~coredump ==




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960305120035.18781A-100000>