>From f18c966940c7769f4be1acea5567430ee290158c Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <m...@bernhard-voelker.de> Date: Wed, 5 Dec 2012 12:09:41 +0100 Subject: [PATCH] updatedb: add further entries to PRUNEFS defaults
Merge new entries from OpenSuSE project, e.g. there were hangs on nfs4 mounts. * locate/updatedb.sh (PRUNEFS): Add 9P, cifs, nfs4, and unknown. Sort entries alphabetically. --- locate/updatedb.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/locate/updatedb.sh b/locate/updatedb.sh index a9ded7b..cb3f39a 100644 --- a/locate/updatedb.sh +++ b/locate/updatedb.sh @@ -246,7 +246,7 @@ do done -: ${PRUNEFS="nfs NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs"} +: ${PRUNEFS="9P NFS afs autofs cifs coda devfs devpts ftpfs iso9660 mfs ncpfs nfs nfs4 proc shfs smbfs sysfs unknown"} if test -n "$PRUNEFS"; then prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-o -fstype \1/g' \ -- 1.7.7 _______________________________________________ Findutils-patches mailing list Findutils-patches@gnu.org https://lists.gnu.org/mailman/listinfo/findutils-patches