From owner-cvs-usrbin Tue Mar 5 05:07:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA24999 for cvs-usrbin-outgoing; Tue, 5 Mar 1996 05:07:12 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA24982 Tue, 5 Mar 1996 05:07:05 -0800 (PST) Date: Tue, 5 Mar 1996 05:07:05 -0800 (PST) From: David Greenman Message-Id: <199603051307.FAA24982@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate updatedb.csh updatedb.sh Sender: owner-cvs-usrbin@FreeBSD.ORG Precedence: bulk davidg 96/03/05 05:07:05 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. Revision Changes Path 1.3 +1 -1 src/usr.bin/locate/locate/updatedb.csh 1.2 +1 -1 src/usr.bin/locate/locate/updatedb.sh