From 485a685e91e218457d8f242d1906d4868bf2dad0 Mon Sep 17 00:00:00 2001 From: michaels <> Date: Sat, 17 Aug 1996 01:30:25 +0000 Subject: [PATCH] settings for new locate program. --- src/etc/locate.rc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/etc/locate.rc diff --git a/src/etc/locate.rc b/src/etc/locate.rc new file mode 100644 index 00000000..c1dd3b6a --- /dev/null +++ b/src/etc/locate.rc @@ -0,0 +1,24 @@ +# $OpenBSD: locate.rc,v 1.1 1996/08/17 01:30:25 michaels Exp $ +# +# /etc/locate.rc - command script for updatedb(8) +# +# $Id: locate.rc,v 1.1 1996/08/17 01:30:25 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="local"