locate.rc revision 1.2
1#	$OpenBSD: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $
2#
3# /etc/locate.rc -  command script for updatedb(8)
4#
5# $Id: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $
6
7# temp directory
8TMPDIR="/tmp"
9
10# the actual database
11FCODES="/var/db/locate.database"
12
13# directories to be put in the database
14SEARCHPATHS="/"
15
16# directories unwanted in output
17PRUNEPATHS="/tmp /usr/tmp /var/tmp"
18
19# filesystems allowed. Beware: a non-listed filesystem will be pruned
20# and is the SEARCHPATHS starts in such a filesystem locate will build
21# an empty database
22#
23# be carefully if you add 'nfs'
24FILESYSTEMS="ffs ufs"
25