summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1997-09-27 08:14:19 +0000
committerKevin Dalley <kevin@seti.org>1997-09-27 08:14:19 +0000
commit8e784a3462fb3ad17bbc9bb7fba3b097d5ff0550 (patch)
tree06afa0865a052db8ccb45b30171bc04e709f0cfc
parent380a2482e1355a3e4e3613c8b188802efc1c96be (diff)
downloadfindutils-8e784a3462fb3ad17bbc9bb7fba3b097d5ff0550.tar.gz
* added auto to PRUNEFS, so that automounted fs are automatically pruned
-rw-r--r--debian/updatedb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/updatedb.conf b/debian/updatedb.conf
index dfd7bfb9..96d22982 100644
--- a/debian/updatedb.conf
+++ b/debian/updatedb.conf
@@ -1,7 +1,7 @@
# This file sets environment variables which are used by updatedb
# filesystems which are pruned from updatedb database
-PRUNEFS="NFS nfs afs proc smbfs"
+PRUNEFS="NFS nfs afs proc smbfs auto"
export PRUNEFS
# paths which are pruned from updatedb database
PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex"