From owner-cvs-all@FreeBSD.ORG Sat Nov 12 12:45:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1682B16A41F; Sat, 12 Nov 2005 12:45:09 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C291943D46; Sat, 12 Nov 2005 12:45:08 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jACCj8Qv003570; Sat, 12 Nov 2005 12:45:08 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jACCj85t003569; Sat, 12 Nov 2005 12:45:08 GMT (envelope-from grog) Message-Id: <200511121245.jACCj85t003569@repoman.freebsd.org> From: Greg Lehey Date: Sat, 12 Nov 2005 12:45:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/locate/locate updatedb.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2005 12:45:09 -0000 grog 2005-11-12 12:45:08 UTC FreeBSD src repository Modified files: usr.bin/locate/locate updatedb.sh Log: Look through ext2fs file systems as well as ufs. This should almost certainly be extended to other local file systems as well (ntfs springs to mind), but I don't have the ability to test it. Revision Changes Path 1.20 +2 -2 src/usr.bin/locate/locate/updatedb.sh