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

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

Revision 1.2, Thu Apr 3 00:57:37 1997 UTC (27 years, 1 month ago) by michaels
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.1: +3 -3 lines

remove corrupted original tag

#	$OpenBSD: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $
#
# /etc/locate.rc -  command script for updatedb(8)
#
# $Id: locate.rc,v 1.2 1997/04/03 00:57:37 michaels Exp $

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