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

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

1.1     ! michaels    1: #      $OpenBSD$
        !             2: #
        !             3: # /etc/locate.rc -  command script for updatedb(8)
        !             4: #
        !             5: # $Id: locate.rc,v 1.1 1996/08/14 00:22:30 wosch Exp $
        !             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'
        !            24: FILESYSTEMS="local"