summaryrefslogtreecommitdiff
blob: da54ab1d758cb0ed6832d0c315b9af6c693d08e6 (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.3 2009/01/29 16:07:33 fauli 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 gfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfs4 nfsd nnpfs ocfs ocfs2 pipefs proc ramfs rpc_pipefs selinuxfs sfs shfs smbfs sockfs spufs 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"