xref: /dragonfly/usr.bin/locate/locate/locate.rc (revision 04277bb2)
1#
2# /etc/locate.rc -  command script for updatedb(8)
3#
4# $FreeBSD: head/usr.bin/locate/locate/locate.rc 290742 2015-11-13 06:16:12Z des $
5
6# temporary directory
7#TMPDIR="/tmp"
8
9# the actual database
10#FCODES="/var/db/locate.database"
11
12# paths unwanted in output
13#PRUNEPATHS="/tmp /usr/tmp /var/tmp"
14
15# directories unwanted in output
16#PRUNEDIRS=".git"
17
18# filesystems allowed
19#
20# WARNING:
21# A non-listed filesystem will be pruned, and if the following SEARCHPATHS
22# starts in such a filesystem locate will build an empty database!
23#
24# The default list contains all local file systems that are not synthetic,
25# loopback mounts, or read-only, according to lsvfs.
26#
27# Be careful if you add 'nfs' or other network file system types or file
28# systems that generally reside on slow or removable devices like cd9660.
29#
30#FILESYSTEMS="ufs hammer hammer2"
31
32# directories to be searched to create the database
33#SEARCHPATHS="/"
34
35# the find program and its options
36#FIND="find"
37