[mlocate] Add fuse.sshfs to PRUNEFS.

Miloslav Trmac mitr at fedoraproject.org
Thu Mar 31 18:59:49 UTC 2011


commit 56551a96de8eac0615b183302ee48b68514b3a3e
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Thu Mar 31 20:59:11 2011 +0200

    Add fuse.sshfs to PRUNEFS.
    
    - Explicitly exclude fuse.sshfs.  Ideally we'd like to exclude all fuse.* file
      systems, sshfs is urgent because it it can hang updatedb.
      Resolves: #604145, #608094

 mlocate.spec  |    3 +++
 updatedb.conf |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/mlocate.spec b/mlocate.spec
index b3a011f..e98b801 100644
--- a/mlocate.spec
+++ b/mlocate.spec
@@ -66,6 +66,9 @@ fi
 * Thu Mar 31 2011 Miloslav Trmač <mitr at redhat.com> - 0.24-1
 - Update to mlocate-0.24
   Resolves: #675189
+- Explicitly exclude fuse.sshfs.  Ideally we'd like to exclude all fuse.* file
+  systems, sshfs is urgent because it it can hang updatedb.
+  Resolves: #604145, #608094
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/updatedb.conf b/updatedb.conf
index 1e72df5..64b1cf2 100644
--- a/updatedb.conf
+++ b/updatedb.conf
@@ -1,4 +1,4 @@
 PRUNE_BIND_MOUNTS = "yes"
-PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fusectl gfs gfs2 hugetlbfs inotifyfs iso9660 jffs2 lustre mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs selinuxfs sfs sockfs sysfs tmpfs ubifs udf usbfs"
+PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fuse.sshfs fusectl gfs gfs2 hugetlbfs inotifyfs iso9660 jffs2 lustre mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs selinuxfs sfs sockfs sysfs tmpfs ubifs udf usbfs"
 PRUNENAMES = ".git .hg .svn"
 PRUNEPATHS = "/afs /media /mnt /net /sfs /tmp /udev /var/cache/ccache /var/spool/cups /var/spool/squid /var/tmp"


More information about the scm-commits mailing list