]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/locate/locate/locate.rc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / locate / locate / locate.rc
1 #
2 # /etc/locate.rc -  command script for updatedb(8)
3 #
4 # $FreeBSD$
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"
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"