xref: /freebsd/usr.bin/locate/locate/locate.rc (revision e0c4386e)
1#
2# /etc/locate.rc -  command script for updatedb(8)
3#
4
5#
6# All commented values are the defaults
7#
8# temp directory
9#TMPDIR="/tmp"
10
11# the actual database
12#FCODES="/var/db/locate.database"
13
14# directories to be put in the database
15#SEARCHPATHS="/"
16
17# paths unwanted in output
18#PRUNEPATHS="/tmp /usr/tmp /var/tmp /var/db/portsnap /var/db/freebsd-update"
19
20# directories unwanted in output
21#PRUNEDIRS=".zfs"
22
23# filesystems allowed. Beware: a non-listed filesystem will be pruned
24# and if the SEARCHPATHS starts in such a filesystem locate will build
25# an empty database.
26#
27# the default list contains all local file systems that are not synthetic,
28# loopback mounts, or read-only, according to lsvfs.
29#
30# be careful if you add 'nfs' or other network file system types or file
31# systems that generally reside on slow or removable devices like cd9660
32#FILESYSTEMS="ufs ext2fs zfs xfs"
33