findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH] updatedb: add further entries to PRUNEFS def


From: Bernhard Voelker
Subject: [Findutils-patches] [PATCH] updatedb: add further entries to PRUNEFS defaults
Date: Wed, 05 Dec 2012 12:16:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

>From f18c966940c7769f4be1acea5567430ee290158c Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]