2012-02-13 14:37:28 +01:00
|
|
|
Index: locate/updatedb.sh
|
|
|
|
===================================================================
|
|
|
|
--- locate/updatedb.sh.orig 2012-02-13 14:30:01.105126826 +0100
|
|
|
|
+++ locate/updatedb.sh 2012-02-13 14:30:17.708721842 +0100
|
|
|
|
@@ -228,7 +228,7 @@ done
|
2010-09-27 15:39:18 +02:00
|
|
|
|
|
|
|
PATH=/bin:/usr/bin:${BINDIR}; export PATH
|
|
|
|
|
|
|
|
-: ${PRUNEFS="nfs NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P unknown"}
|
2012-02-13 14:37:28 +01:00
|
|
|
+: ${PRUNEFS="nfs nfsv4 NFS proc afs smbfs autofs iso9660 ncpfs coda devpts ftpfs devfs mfs sysfs shfs cifs 9P unknown"}
|
2010-09-27 15:39:18 +02:00
|
|
|
|
|
|
|
if test -n "$PRUNEFS"; then
|
2012-02-13 14:37:28 +01:00
|
|
|
prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-o -fstype \1/g' \
|