Add HAMMER to the list of file systems to be searched by locate.updatedb.
[dragonfly.git] / usr.bin / locate / locate / locate.rc
blobdf71a6dfcabfca2d41e7391a9d40f812fecf4907
2 # /etc/locate.rc -  command script for updatedb(8)
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 $
8 # All commented values are the defaults
10 # temp directory
11 #TMPDIR="/tmp"
13 # the actual database
14 #FCODES="/var/db/locate.database"
16 # directories to be put in the database
17 #SEARCHPATHS="/"
19 # directories unwanted in output
20 #PRUNEPATHS="/tmp /usr/tmp /var/tmp"
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.
26 # be careful if you add 'nfs'
27 #FILESYSTEMS="hammer ufs"