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

# $OpenBSD: locate.rc,v 1.7 2015/08/14 03:02:07 rzalamena Exp $
#
# /etc/locate.rc - command script for updatedb(8)
#
# temp directory
TMPDIR="/tmp"
# the actual database
FCODES="/var/db/locate.database"
# directories to be put in the database
SEARCHPATHS="/"
# directories unwanted in output
PRUNEPATHS="/tmp /var/tmp"
# filesystems allowed. Beware: a non-listed filesystem will be pruned
# and if the SEARCHPATHS starts in such a filesystem locate will build
# an empty database
#
# be careful if you add 'nfs'
FILESYSTEMS="ffs ufs ext2fs"