diff options
author | 1996-08-17 01:30:25 +0000 | |
---|---|---|
committer | 1996-08-17 01:30:25 +0000 | |
commit | 4571225e0454edbf02f4799b38e73f79ebe672db (patch) | |
tree | 2b8578c5adcba918da593e32ed9674eca15b1b1d | |
parent | ENV is unsafe to pass; from dholland@hcs.harvard.edu (diff) | |
download | wireguard-openbsd-4571225e0454edbf02f4799b38e73f79ebe672db.tar.xz wireguard-openbsd-4571225e0454edbf02f4799b38e73f79ebe672db.zip |
settings for new locate program.
-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" |