summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1998-02-11 08:00:20 +0000
committerKevin Dalley <kevin@seti.org>1998-02-11 08:00:20 +0000
commitdc7f0af72059b7397117b53f8e1dd8fb817db68e (patch)
treede7671a4047f55f3e0a6eaea2117ccf805de9198 /debian
parent66609644a9aec513ac5a6a313898717dcb52ae66 (diff)
downloadfindutils-dc7f0af72059b7397117b53f8e1dd8fb817db68e.tar.gz
* added auto fs to PRUNEFS variable in updatedb.conf to prune
automounted file systems (fixes: bug #13662)
Diffstat (limited to 'debian')
-rw-r--r--debian/updatedb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/updatedb.conf b/debian/updatedb.conf
index f4182e69..9f789629 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 autofs"
+PRUNEFS="NFS nfs afs proc smbfs autofs auto"
export PRUNEFS
# paths which are pruned from updatedb database
PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex"