From ffd88760773af34526937cbb0fe4c0cbdd2bc145 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Wed, 7 Jan 2015 13:23:34 +0100 Subject: [PATCH] Prune by default more VCS systems meta-data dirs Resolves: #949320 --- mlocate.spec | 1 + updatedb.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mlocate.spec b/mlocate.spec index 5f1aea6..c9e3ef9 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -64,6 +64,7 @@ fi %changelog * Wed Jan 7 2015 Michal Sekletar - 0.26-8 - change permissions of cron script to conform with Red Hat Security Guide (#1179721) +- prune meta-data dirs of couple more VCS systems (#949320) * Sun Aug 17 2014 Fedora Release Engineering - 0.26-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/updatedb.conf b/updatedb.conf index 5f31b65..70a64ac 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 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" +PRUNENAMES = ".git .hg .svn .bzr .arch-ids {arch} CVS" PRUNEPATHS = "/afs /media /mnt /net /sfs /tmp /udev /var/cache/ccache /var/lib/yum/yumdb /var/spool/cups /var/spool/squid /var/tmp"