xref: /openbsd/etc/locate.rc (revision fddc8b88)
1#	$OpenBSD: locate.rc,v 1.8 2021/08/06 19:14:55 tim Exp $
2#
3# /etc/locate.rc -  command script for locate.updatedb(8)
4#
5
6# temp directory
7TMPDIR="/tmp"
8
9# the actual database
10FCODES="/var/db/locate.database"
11
12# directories to be put in the database
13SEARCHPATHS="/"
14
15# directories unwanted in output
16PRUNEPATHS="/tmp /var/tmp"
17
18# filesystems allowed. Beware: a non-listed filesystem will be pruned
19# and if the SEARCHPATHS starts in such a filesystem locate will build
20# an empty database
21#
22# be careful if you add 'nfs'
23FILESYSTEMS="ffs ufs ext2fs"
24