* change auto to autofs in PRUNEFS variable in updatedb.conf

This commit is contained in:
Kevin Dalley
1997-09-30 16:14:25 +00:00
parent 1e1fc4cf14
commit 91cd1fd96c

View File

@@ -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"