summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-04 04:33:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-04 04:33:31 +0000
commitf12098c3477c3465e8325320ee979c18b71bc9e3 (patch)
treed0706877868ab0036f376e57b30127e75ba1062e /sys-apps/slocate/files
parentVersion bump. (diff)
downloadhistorical-f12098c3477c3465e8325320ee979c18b71bc9e3.tar.gz
historical-f12098c3477c3465e8325320ee979c18b71bc9e3.tar.bz2
historical-f12098c3477c3465e8325320ee979c18b71bc9e3.zip
dont scan udf filesystems #66261
Diffstat (limited to 'sys-apps/slocate/files')
-rw-r--r--sys-apps/slocate/files/updatedb.conf4
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"