[BACK]Return to locate.rc CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / locate.rc (download)

Revision 1.8, Fri Aug 6 19:14:55 2021 UTC (2 years, 9 months ago) by tim
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, HEAD
Changes since 1.7: +2 -2 lines

s/updatedb(8)/locate.updatedb(8)/ in comment

OK schwarze@

#	$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"