Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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 # $DragonFly: src/usr.bin/locate/locate/locate.rc,v 1.2 2003/06/17 04:29:28 dillon 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="ufs"