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