pkgsrc/sysutils/slocate/files/updatedb.conf
wiz 28ba5384e7 Import slocate-3.1 as sysutils/slocate, packaged for wip by diro, Adam Hoka,
poppnk.

Secure locate provides a secure way to index and quickly search for files on
your system. It uses incremental encoding just like GNU locate to compress
its database to make searching faster, but it will also check file permissions
and ownership so that users will not see files they do not have access to.
2012-12-12 15:24:17 +00:00

9 lines
403 B
Text

# This file sets environment variables which are used by updatedb
# $NetBSD: updatedb.conf,v 1.1 2012/12/12 15:24:17 wiz Exp $
# filesystems which are pruned from updatedb database
PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 ncpfs coda devpts ftpfs"
export PRUNEFS
# paths which are pruned from updatedb database
PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex /var/spool"
export PRUNEPATHS