]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.bin/locate/locate/locate.rc
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 # directories unwanted in output
19 #PRUNEPATHS="/tmp /usr/tmp /var/tmp /var/db/portsnap"
20
21 # filesystems allowed. Beware: a non-listed filesystem will be pruned
22 # and if the SEARCHPATHS starts in such a filesystem locate will build
23 # an empty database.
24 #
25 # be careful if you add 'nfs'
26 #FILESYSTEMS="ufs ext2fs"