From owner-cvs-src-old@FreeBSD.ORG Sun Oct 31 02:36:21 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 039B61065695 for ; Sun, 31 Oct 2010 02:36:21 +0000 (UTC) (envelope-from wollman@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E499C8FC1D for ; Sun, 31 Oct 2010 02:36:20 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9V2aKgK063666 for ; Sun, 31 Oct 2010 02:36:20 GMT (envelope-from wollman@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9V2aKEd063665 for cvs-src-old@freebsd.org; Sun, 31 Oct 2010 02:36:20 GMT (envelope-from wollman@repoman.freebsd.org) Message-Id: <201010310236.o9V2aKEd063665@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to wollman@repoman.freebsd.org using -f From: Garrett Wollman Date: Sun, 31 Oct 2010 02:36:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/locate/locate locate.rc updatedb.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2010 02:36:21 -0000 wollman 2010-10-31 02:36:05 UTC FreeBSD src repository Modified files: usr.bin/locate/locate locate.rc updatedb.sh Log: SVN rev 214583 on 2010-10-31 02:36:05Z by wollman Make it possible to exclude directories by name no matter where they are in the filesystem from the locate database. By default, exclude ".zfs" directories, as users who who have set snapdir=visible and are taking frequent snapshots most likely do not want the snapshots included in the locate database. Revision Changes Path 1.12 +4 -1 src/usr.bin/locate/locate/locate.rc 1.23 +9 -0 src/usr.bin/locate/locate/updatedb.sh