Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
548 B

21 years ago
26 years ago
  1. # $OpenBSD: locate.rc,v 1.7 2015/08/14 03:02:07 rzalamena Exp $
  2. #
  3. # /etc/locate.rc - command script for updatedb(8)
  4. #
  5. # temp directory
  6. TMPDIR="/tmp"
  7. # the actual database
  8. FCODES="/var/db/locate.database"
  9. # directories to be put in the database
  10. SEARCHPATHS="/"
  11. # directories unwanted in output
  12. PRUNEPATHS="/tmp /var/tmp"
  13. # filesystems allowed. Beware: a non-listed filesystem will be pruned
  14. # and if the SEARCHPATHS starts in such a filesystem locate will build
  15. # an empty database
  16. #
  17. # be careful if you add 'nfs'
  18. FILESYSTEMS="ffs ufs ext2fs"