diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-04 04:33:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-04 04:33:31 +0000 |
commit | c3d430e26db33785779e2274a8abf63fd43c0f67 (patch) | |
tree | 8c4e3260fa24a06b63eb77965300c88b3084a665 /sys-apps/slocate | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-c3d430e26db33785779e2274a8abf63fd43c0f67.tar.gz gentoo-2-c3d430e26db33785779e2274a8abf63fd43c0f67.tar.bz2 gentoo-2-c3d430e26db33785779e2274a8abf63fd43c0f67.zip |
dont scan udf filesystems #66261
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 62fbda3ced50..2395121cbd2e 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.12 2004/08/14 08:01:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.13 2004/10/04 04:33:31 vapier 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 ramfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ramfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs udf" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |