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

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

1.2     ! michaels    1: #      $OpenBSD: locate.rc,v 1.1 1996/08/17 01:30:25 michaels Exp $
1.1       michaels    2: #
                      3: # /etc/locate.rc -  command script for updatedb(8)
                      4: #
1.2     ! michaels    5: # $Id: locate.rc,v 1.1 1996/08/17 01:30:25 michaels Exp $
1.1       michaels    6:
                      7: # temp directory
                      8: TMPDIR="/tmp"
                      9:
                     10: # the actual database
                     11: FCODES="/var/db/locate.database"
                     12:
                     13: # directories to be put in the database
                     14: SEARCHPATHS="/"
                     15:
                     16: # directories unwanted in output
                     17: PRUNEPATHS="/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'
1.2     ! michaels   24: FILESYSTEMS="ffs ufs"