From 91cd1fd96cd7f342fbe42d7dcb0eec979fe7cd1e Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Tue, 30 Sep 1997 16:14:25 +0000 Subject: [PATCH] * change auto to autofs in PRUNEFS variable in updatedb.conf --- debian/updatedb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/updatedb.conf b/debian/updatedb.conf index 96d22982..f4182e69 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 auto" +PRUNEFS="NFS nfs afs proc smbfs autofs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex"