/usr.bin/locate/locate/locate.rc

https://bitbucket.org/freebsd/freebsd-head/ · Windows Resource-Definition Script · 33 lines · 27 code · 6 blank · 0 comment · 0 complexity · a6d70aabc5c261b7e5ebccde6bf3f4da MD5 · raw file

  1. #
  2. # /etc/locate.rc - command script for updatedb(8)
  3. #
  4. # $FreeBSD$
  5. #
  6. # All commented values are the defaults
  7. #
  8. # temp directory
  9. #TMPDIR="/tmp"
  10. # the actual database
  11. #FCODES="/var/db/locate.database"
  12. # directories to be put in the database
  13. #SEARCHPATHS="/"
  14. # paths unwanted in output
  15. #PRUNEPATHS="/tmp /usr/tmp /var/tmp /var/db/portsnap"
  16. # directories unwanted in output
  17. #PRUNEDIRS=".zfs"
  18. # filesystems allowed. Beware: a non-listed filesystem will be pruned
  19. # and if the SEARCHPATHS starts in such a filesystem locate will build
  20. # an empty database.
  21. #
  22. # the default list contains all local file systems that are not synthetic,
  23. # loopback mounts, or read-only, according to lsvfs.
  24. #
  25. # be careful if you add 'nfs' or other network file system types or file
  26. # systems that generally reside on slow or removable devices like cd9660
  27. #FILESYSTEMS="ufs ext2fs zfs xfs"