mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
fddc8b886d
OK schwarze@
24 lines
549 B
Plaintext
24 lines
549 B
Plaintext
# $OpenBSD: locate.rc,v 1.8 2021/08/06 19:14:55 tim Exp $
|
|
#
|
|
# /etc/locate.rc - command script for locate.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"
|