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.

24 lines
609 B

  1. # $OpenBSD: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $
  2. #
  3. # /etc/locate.rc - command script for updatedb(8)
  4. #
  5. # $Id: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $
  6. # temp directory
  7. TMPDIR="/tmp"
  8. # the actual database
  9. FCODES="/var/db/locate.database"
  10. # directories to be put in the database
  11. SEARCHPATHS="/"
  12. # directories unwanted in output
  13. PRUNEPATHS="/tmp /usr/tmp /var/tmp"
  14. # filesystems allowed. Beware: a non-listed filesystem will be pruned
  15. # and is the SEARCHPATHS starts in such a filesystem locate will build
  16. # an empty database
  17. #
  18. # be carefully if you add 'nfs'
  19. FILESYSTEMS="ffs ufs"