diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-08-17 01:30:26 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-08-17 01:30:26 +0000 |
commit | 68caa0a241da3eafd51eeeb9490fd50b24aee03b (patch) | |
tree | 5c94410184d58b2653a805d1a9728e23662d60ed /etc | |
parent | 6075fdfe92b66298065d49b68d99c161f0448376 (diff) |
settings for new locate program.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/locate.rc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/etc/locate.rc b/etc/locate.rc new file mode 100644 index 00000000000..c1dd3b6aa43 --- /dev/null +++ b/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" |