[BACK]Return to locate.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

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

1.1     ! itohy       1: #      $NetBSD$
        !             2: #
        !             3: # This file is read by /usr/libexec/locate.updatedb when building locate(1)
        !             4: # database.
        !             5: #
        !             6: #               argument    description                        default
        !             7: # searchpath    <paths>     search path                        /
        !             8: # ignorefs      <fs types>  ignore filesystems of the types    !local cd9660
        !             9: #                      Setting <fs types> to "none"            fdesc kernfs
        !            10: #                      disables it (search everything).        procfs
        !            11: #                      Prepending ! negates the meaning
        !            12: #                      (ignore if the fs is not the type).
        !            13: # ignore        <paths>     ignore dir and the contents        (none)
        !            14: # ignorecontents <paths>     ignore contents of dir            (none)
        !            15: # workdir       <path>      work directory                     /tmp
        !            16: #
        !            17: # Multiple "searchpath", "ignore", and "ignorecontents" are allowed.
        !            18: # *, ?, and [...] pattern can be used for "ignore" and "ignorecontents".
        !            19: # Note that the meta-characters may match to slashes.  See find(1) for
        !            20: # the detail of the pattern.
        !            21:
        !            22: #searchpath    /
        !            23: #ignorefs      none
        !            24: #ignorefs      !local cd9660 fdesc kernfs procfs
        !            25: #ignore                /tmp /amd
        !            26: #ignorecontents        /var/squid/cache/*
        !            27: #workdir       /var/tmp

CVSweb <webmaster@jp.NetBSD.org>