xref: /dragonfly/usr.bin/locate/locate/locate.rc (revision 36a3d1d6)
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# $DragonFly: src/usr.bin/locate/locate/locate.rc,v 1.3 2008/07/09 19:53:27 swildner Exp $
6
7#
8# All commented values are the defaults
9#
10# temp directory
11#TMPDIR="/tmp"
12
13# the actual database
14#FCODES="/var/db/locate.database"
15
16# directories to be put in the database
17#SEARCHPATHS="/"
18
19# directories unwanted in output
20#PRUNEPATHS="/tmp /usr/tmp /var/tmp"
21
22# filesystems allowed. Beware: a non-listed filesystem will be pruned
23# and if the SEARCHPATHS starts in such a filesystem locate will build
24# an empty database.
25#
26# be careful if you add 'nfs'
27#FILESYSTEMS="hammer ufs"
28