[mlocate] Exclude /mnt by default

Miloslav Trmac mitr at fedoraproject.org
Fri Feb 4 17:22:56 UTC 2011


commit d9b3e2af46831c6f4bbf9fd27426a030bf0ce8ef
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Fri Feb 4 18:22:34 2011 +0100

    Exclude /mnt by default
    
    * Fri Feb  4 2011 Miloslav Trmač <mitr at redhat.com> - 0.23.1-3
    - Exclude /mnt by default
      Resolves: #674635

 mlocate.spec  |    6 +++++-
 updatedb.conf |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mlocate.spec b/mlocate.spec
index 4c58403..f59b333 100644
--- a/mlocate.spec
+++ b/mlocate.spec
@@ -1,7 +1,7 @@
 Summary: An utility for finding files by name
 Name: mlocate
 Version: 0.23.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 URL: https://fedorahosted.org/mlocate/
 Group: Applications/System
@@ -67,6 +67,10 @@ exit 0
 %ghost %{_localstatedir}/lib/mlocate/mlocate.db
 
 %changelog
+* Fri Feb  4 2011 Miloslav Trmač <mitr at redhat.com> - 0.23.1-3
+- Exclude /mnt by default
+  Resolves: #674635
+
 * Wed Sep 29 2010 jkeating - 0.23.1-2
 - Rebuilt for gcc bug 634757
 
diff --git a/updatedb.conf b/updatedb.conf
index 5a78f4b..1e72df5 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"
 PRUNENAMES = ".git .hg .svn"
-PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/cache/ccache /var/spool/cups /var/spool/squid /var/tmp"
+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