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 | 4d65fee29d76b20b6e9cb29479446c96f6e96085 (patch) | |
tree | b1798564c2644608215b20cf8105e6f30b3210c3 /sys-apps/slocate/files | |
parent | New version (Manifest recommit) (diff) | |
download | gentoo-2-4d65fee29d76b20b6e9cb29479446c96f6e96085.tar.gz gentoo-2-4d65fee29d76b20b6e9cb29479446c96f6e96085.tar.bz2 gentoo-2-4d65fee29d76b20b6e9cb29479446c96f6e96085.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" |