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

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

Revision 1.3, Sat Nov 22 12:32:35 1997 UTC (26 years, 6 months ago) by kstailey
Branch: MAIN
Changes since 1.2: +1 -2 lines

locate.rc

#	$OpenBSD: locate.rc,v 1.3 1997/11/22 12:32:35 kstailey 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 /usr/tmp /var/tmp"

# filesystems allowed. Beware: a non-listed filesystem will be pruned
# and is the SEARCHPATHS starts in such a filesystem locate will build
# an empty database
#
# be carefully if you add 'nfs'
FILESYSTEMS="ffs ufs"