]> Pileus Git - ~andy/sunrise/commitdiff
sys-apps/mlocate: updatedb.conf changed to reflect PRUNE_BIND_MOUNTS and correct...
authorSantiago M. Mola <coldwind@gentoo.org>
Mon, 28 May 2007 21:40:50 +0000 (21:40 +0000)
committerSantiago M. Mola <coldwind@gentoo.org>
Mon, 28 May 2007 21:40:50 +0000 (21:40 +0000)
svn path=/sunrise/; revision=3772

sys-apps/mlocate/ChangeLog
sys-apps/mlocate/Manifest
sys-apps/mlocate/files/updatedb.conf

index e0a9cec8b99bc0d8467ca0cf00dee6403c38a4f3..33a39be3346f4bd46f643d7fcbd71304cb91ea8c 100644 (file)
@@ -2,6 +2,9 @@
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 May 2007; Santiago M. Mola <gentoo@coldwind.org> files/updatedb.conf:
+  updatedb.conf changed to reflect PRUNE_BIND_MOUNTS and correct man page
+
   25 May 2007; Markus Ullmann <jokey@gentoo.org> mlocate-0.17:
   sys-apps/mlocate: Minor cosmetics
 
index 6ba4940a0ac32f2fbff0ca06e409e602d88dd23e..188ce5c4387b7fa5fc57109864d8ab66e8a212ce 100644 (file)
@@ -1,6 +1,6 @@
 AUX mlocate.cron 152 RMD160 bc5c48ff209516873ac858f1ee9f88b635507fb9 SHA1 3566c291ec0644051029e2c6b75e15957ab1e8a0 SHA256 2d682a0938a7d855b9dfff40c4fa31acd587c298c758be274a761ab9cc0a9e0f
-AUX updatedb.conf 567 RMD160 021353a0cf3c57d904765f96f03148cd5cfbb0c3 SHA1 f64fe505f0300e82b60e9cd721532d62fcaa7b28 SHA256 74fff35f438de2a67798bfeca7c334c8dc42f280cae305f8370724440342be38
+AUX updatedb.conf 616 RMD160 86a7d1e520b0a5d78fca16a4aa951bfb0ba7046e SHA1 6d9a5d2f4bde4ed879bfefa1fc5a3806d35bb347 SHA256 4fd1dcd119271204716a551bf3547101c2f059cb0c13243fbc2812f6dae0d7da
 DIST mlocate-0.17.tar.bz2 285610 RMD160 ba8d292d757ed48782760ecfc58d12ea15fb9b05 SHA1 9fe1d51df41043f437850b6ba96df40d5e7525ad SHA256 a7c9c79a39b14f7a122f1b792ab3b26794dd8bd0f87cfe1a1127767ca5479584
 EBUILD mlocate-0.17.ebuild 1192 RMD160 705ce33dbddf686f0843adab70d24aabf5ba0b56 SHA1 5c55c59032d321db4aba6ee4f3e4ff92d430c3f3 SHA256 8675726ef1783fceba0cc52271cb0ebe5841805005df8c2c73671bad3f76fe69
-MISC ChangeLog 501 RMD160 9c5650355b0e476bcbad17d153455301206783fa SHA1 f37f1a545a07698adc0fe81fa08e1f8ba87beaaf SHA256 24bae2999153949a6dcb209b3ba4e442b5a38d1a03153226f4d5e2fdc9cf1e3f
+MISC ChangeLog 651 RMD160 1c825cf1fae2632a98d69ba9cbbda52be29bf6f9 SHA1 7b340f49fb0aba6d8595f04ce14907799fdb41b2 SHA256 725c48ab2a3d94230bdcfd17922beba4ee9ad33d5d74d2f31fc4b2b3d2c25253
 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
index c31e1c47026333637d6b1355b06281871f975f56..1f4b71946359772f64a0ba57eae661b4b06c092b 100644 (file)
@@ -2,10 +2,13 @@
 # $Id: updatedb.conf,v 1.19 2005/11/10 02:39:05 vapier Exp $
 
 # This file sets variables that are used by updatedb.
-# For more info, see the updatedb(1) manpage.
+# For more info, see the updatedb.conf(5) manpage.
 
 # Filesystems that are pruned from updatedb database
 PRUNEFS="afs auto autofs cifs devfs devpts eventpollfs futexfs hugetlbfs iso9660 mqueue ncpfs nfs NFS nfsd nnpfs pipefs proc ramfs rpc_pipefs sfs shfs smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs"
 
 # Paths which are pruned from updatedb database
 PRUNEPATHS="/tmp /var/tmp /root/.ccache"
+
+# Skip bind mounts.
+PRUNE_BIND_MOUNTS="no"