diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-10 02:39:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-10 02:39:05 +0000 |
commit | 3f908f1293ed3a3097f9afcfbfee55870a0a4e58 (patch) | |
tree | 92addd99cf25481c981a0b61b313cdc2cc859bed /sys-apps/slocate | |
parent | Punt reiser4 patch since it breaks booting for some #111885. (diff) | |
download | historical-3f908f1293ed3a3097f9afcfbfee55870a0a4e58.tar.gz historical-3f908f1293ed3a3097f9afcfbfee55870a0a4e58.tar.bz2 historical-3f908f1293ed3a3097f9afcfbfee55870a0a4e58.zip |
dont scan shfs #111941 by WGi
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/Manifest | 18 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index f0b98d8d9c5d..26948c5d157a 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,19 +1,19 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 1711c302c7546e0a7210bce15849fa43 slocate-2.7-r7.ebuild 2323 -MD5 bdaca2b2b98155458643f4c5d1fdc58e slocate-2.7-r8.ebuild 2772 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 dee5b345681e427079a764929aaf4d91 ChangeLog 7425 -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 4109d0757229d079e30f8ea33b676f00 files/digest-slocate-2.7-r8 211 MD5 6cd691d75d501eb87ed12cf31c1e1ff6 files/slocate-2.7-bounds.patch 305 MD5 798bd427c87de3cfdb9ecd6854f2e56b files/slocate-2.7-really-long-paths.patch 538 +MD5 708503ec255083a2b20b230070147a62 files/updatedb.conf 567 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 1711c302c7546e0a7210bce15849fa43 slocate-2.7-r7.ebuild 2323 +MD5 bdaca2b2b98155458643f4c5d1fdc58e slocate-2.7-r8.ebuild 2772 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDK2SrLLFUmVNQ7rkRAkuSAJ4/gJnTYk03IOOFZGV8vqDLqIBwXgCeL78D -7fAr9+JBw8h/F/FtdRoiFA8= -=Kxv/ +iD8DBQFDcrL6gIKl8Uu19MoRAoxhAJ91pHXofG6d+xIyE80pDBZxrRfggQCfdn+G +WMZxLWXc2KCtSK+BL1rt64g= +=VkzH -----END PGP SIGNATURE----- diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 2ee5151557e6..c31e1c470263 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # /etc/updatedb.conf: config file for slocate -# $Id: updatedb.conf,v 1.18 2005/08/05 20:45:08 ciaranm Exp $ +# $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. # 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 smbfs sockfs subfs supermount sysfs tmpfs udf usbfs vperfctrfs" +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" |