summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-08-05 20:45:08 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-08-05 20:45:08 +0000
commit4bae3aa377d67a80eba9954ee2c5359e5d14fc83 (patch)
tree1fd943a0aa7c0325d87314f2b241f628e330e05a /sys-apps
parentAdded ~mips. (diff)
downloadhistorical-4bae3aa377d67a80eba9954ee2c5359e5d14fc83.tar.gz
historical-4bae3aa377d67a80eba9954ee2c5359e5d14fc83.tar.bz2
historical-4bae3aa377d67a80eba9954ee2c5359e5d14fc83.zip
Exclude /root/.ccache, bug #90344
Package-Manager: portage-2.0.51.22-r2 flaming goat edition
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/slocate/ChangeLog5
-rw-r--r--sys-apps/slocate/Manifest14
-rw-r--r--sys-apps/slocate/files/updatedb.conf4
3 files changed, 13 insertions, 10 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog
index 765a26d50e6b..68c04b14cc09 100644
--- a/sys-apps/slocate/ChangeLog
+++ b/sys-apps/slocate/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/slocate
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.54 2005/07/09 22:41:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.55 2005/08/05 20:45:08 ciaranm Exp $
+
+ 05 Aug 2005; Ciaran McCreesh <ciaranm@gentoo.org> files/updatedb.conf:
+ Exclude /root/.ccache, bug #90344
09 Jul 2005; Mike Frysinger <vapier@gentoo.org> files/updatedb.conf:
Clean up updatedb.conf as directed by Nikolai Weibull in #97377.
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest
index e6c3942b7e4d..d5c32c0d6792 100644
--- a/sys-apps/slocate/Manifest
+++ b/sys-apps/slocate/Manifest
@@ -1,18 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 617c0570e4234957379565db79b3bb93 slocate-2.7-r8.ebuild 2721
MD5 1711c302c7546e0a7210bce15849fa43 slocate-2.7-r7.ebuild 2323
-MD5 f8e3238ce13b05de1d1c626aa5330ef9 ChangeLog 7047
+MD5 617c0570e4234957379565db79b3bb93 slocate-2.7-r8.ebuild 2721
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 8532ea0a91f85a49f68c62bb71af1eea ChangeLog 7158
+MD5 c4851bb3df3db96d82c744c6c5cd2958 files/updatedb.conf 563
MD5 4109d0757229d079e30f8ea33b676f00 files/digest-slocate-2.7-r8 211
MD5 4109d0757229d079e30f8ea33b676f00 files/digest-slocate-2.7-r7 211
MD5 6cd691d75d501eb87ed12cf31c1e1ff6 files/slocate-2.7-bounds.patch 305
-MD5 254bf12f098fa742d653ec16b87f5857 files/updatedb.conf 548
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFC3vUcgIKl8Uu19MoRAnsSAJwMGGokY313c7ik+6YWyVE3MfUoCACggFYl
-2i/oqy19w1BPqaFIetc2Bu4=
-=g62K
+iD8DBQFC88/kLLFUmVNQ7rkRAheLAJ9J0/xOdSePW2vb7us9uXyaArlPzACcCpX/
+WL7gd763qa3uFMXDJzdWrKc=
+=zbRP
-----END PGP SIGNATURE-----
diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf
index a91413470e6f..2ee5151557e6 100644
--- a/sys-apps/slocate/files/updatedb.conf
+++ b/sys-apps/slocate/files/updatedb.conf
@@ -1,5 +1,5 @@
# /etc/updatedb.conf: config file for slocate
-# $Id: updatedb.conf,v 1.17 2005/07/21 01:06:23 vapier Exp $
+# $Id: updatedb.conf,v 1.18 2005/08/05 20:45:08 ciaranm Exp $
# This file sets variables that are used by updatedb.
# For more info, see the updatedb(1) manpage.
@@ -8,4 +8,4 @@
PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfsd nnpfs pipefs proc ramfs rpc_pipefs sfs smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs"
# Paths which are pruned from updatedb database
-PRUNEPATHS="/tmp /var/tmp"
+PRUNEPATHS="/tmp /var/tmp /root/.ccache"