From 44adbf99047024205c11fe37623f2edc563187bb Mon Sep 17 00:00:00 2001 From: kevind Date: Wed, 11 Feb 1998 08:00:20 +0000 Subject: [PATCH] * added auto fs to PRUNEFS variable in updatedb.conf to prune automounted file systems (fixes: bug #13662) --- debian/updatedb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/updatedb.conf b/debian/updatedb.conf index f4182e6..9f78962 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" -- 2.11.4.GIT