diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-11 02:53:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-11 02:53:11 +0000 |
commit | 01c1db55c9998bdccb3f1645cb0070d4c353a1d3 (patch) | |
tree | f1792a16cd7a9d6c63477726b3d339280ff0b36d /sys-apps/slocate/files | |
parent | New version (diff) | |
download | historical-01c1db55c9998bdccb3f1645cb0070d4c353a1d3.tar.gz historical-01c1db55c9998bdccb3f1645cb0070d4c353a1d3.tar.bz2 historical-01c1db55c9998bdccb3f1645cb0070d4c353a1d3.zip |
Add devpts and usbfs to the list of pruned filesystems. Bump revision as this is a runtime change.
Diffstat (limited to 'sys-apps/slocate/files')
-rw-r--r-- | sys-apps/slocate/files/digest-slocate-2.7-r5 | 1 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/slocate/files/digest-slocate-2.7-r5 b/sys-apps/slocate/files/digest-slocate-2.7-r5 new file mode 100644 index 000000000000..f312912325b1 --- /dev/null +++ b/sys-apps/slocate/files/digest-slocate-2.7-r5 @@ -0,0 +1 @@ +MD5 4872830642ea2ed5f9aff932720583c9 slocate-2.7.tar.gz 87240 diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 5afe7b3402df..819dd65fb2cc 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.6 2004/01/06 16:13:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.7 2004/01/11 02:53:11 robbat2 Exp $ # This file sets environment variables which are used by updatedb # filesystems which are pruned from updatedb database -PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |