Initial import from FreeBSD RELENG_4:
[games.git] / usr.bin / locate / locate / locate.rc
1 #
2 # /etc/locate.rc -  command script for updatedb(8)
3 #
4 # $FreeBSD: src/usr.bin/locate/locate/locate.rc,v 1.8 1999/08/28 01:02:59 peter Exp $
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"
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"