summaryrefslogtreecommitdiff
blob: 1f4b71946359772f64a0ba57eae661b4b06c092b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /etc/updatedb.conf: config file for slocate
# $Id: updatedb.conf,v 1.19 2005/11/10 02:39:05 vapier Exp $

# This file sets variables that are used by updatedb.
# For more info, see the updatedb.conf(5) manpage.

# Filesystems that are pruned from updatedb database
PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfsd nnpfs pipefs proc ramfs rpc_pipefs sfs shfs smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs"

# Paths which are pruned from updatedb database
PRUNEPATHS="/tmp /var/tmp /root/.ccache"

# Skip bind mounts.
PRUNE_BIND_MOUNTS="no"