[BACK]Return to locate.rc CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/locate.rc, Revision 1.8

1.8     ! tim         1: #      $OpenBSD: locate.rc,v 1.7 2015/08/14 03:02:07 rzalamena Exp $
1.1       michaels    2: #
1.8     ! tim         3: # /etc/locate.rc -  command script for locate.updatedb(8)
1.1       michaels    4: #
                      5:
                      6: # temp directory
1.7       rzalamen    7: TMPDIR="/tmp"
1.1       michaels    8:
                      9: # the actual database
                     10: FCODES="/var/db/locate.database"
                     11:
                     12: # directories to be put in the database
                     13: SEARCHPATHS="/"
                     14:
                     15: # directories unwanted in output
1.7       rzalamen   16: PRUNEPATHS="/tmp /var/tmp"
1.1       michaels   17:
                     18: # filesystems allowed. Beware: a non-listed filesystem will be pruned
1.6       jmc        19: # and if the SEARCHPATHS starts in such a filesystem locate will build
1.1       michaels   20: # an empty database
                     21: #
1.4       todd       22: # be careful if you add 'nfs'
1.5       millert    23: FILESYSTEMS="ffs ufs ext2fs"