summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1999-01-31 02:25:04 +0000
committerKevin Dalley <kevin@seti.org>1999-01-31 02:25:04 +0000
commit387cc5582cf8f339f0cb176821600bc2df8ff17d (patch)
treeb52e59454264744e640581d46b7c16f957624696
parent3d9a92dc4756458ae78a0403d1cf816869a421b4 (diff)
downloadfindutils-387cc5582cf8f339f0cb176821600bc2df8ff17d.tar.gz
* added /var/spool to PRUNEPATHS in updatedb.conf so that /var/spool is
not scanned by updatedb (fixes bug #31301).
-rw-r--r--debian/updatedb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/updatedb.conf b/debian/updatedb.conf
index b318f259..55302b04 100644
--- a/debian/updatedb.conf
+++ b/debian/updatedb.conf
@@ -4,7 +4,7 @@
PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660"
export PRUNEFS
# paths which are pruned from updatedb database
-PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex"
+PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex /var/spool"
export PRUNEPATHS
# netpaths which are added
NETPATHS=""