1 # $NetBSD: locate.conf,v 1.2 2014/07/22 17:11:09 wiz Exp $ 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 file systems 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 28