diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-22 04:31:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-22 04:31:51 +0000 |
commit | 2973e1dd5caa831ee37f8ab9d4a1c9c204860176 (patch) | |
tree | a7c91a403ea5896a47610a18a6b976da8fdbcc99 /sys-apps/slocate | |
parent | stable on x86, many cleanups (diff) | |
download | historical-2973e1dd5caa831ee37f8ab9d4a1c9c204860176.tar.gz historical-2973e1dd5caa831ee37f8ab9d4a1c9c204860176.tar.bz2 historical-2973e1dd5caa831ee37f8ab9d4a1c9c204860176.zip |
add subfs to the prune list #56432
Diffstat (limited to 'sys-apps/slocate')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/Manifest | 18 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index 287c64454eb6..7426f1ba07be 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.44 2004/06/24 22:26:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.45 2004/07/22 04:31:51 vapier Exp $ + + 22 Jul 2004; Mike Frysinger <vapier@gentoo.org> files/updatedb.conf: + Add subfs to the prune list #56432 by Andreas Simon. 16 Jun 2004; Daniel Black <dragonheart@gentoo.org> slocate-2.7-r5.ebuild: uclibc patch is in DISTDIR. Thanks Mr Bones diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index cc5001ac3365..781a18f3fc41 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,11 +1,21 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 bafe8b7b8d481291998b2f49c2ef8088 ChangeLog 5801 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 fe9b9460e8e491ae31ad040458d92749 slocate-2.7-r2.ebuild 2188 -MD5 e23115f7fc1fc8bdb644880dcf4edcd3 slocate-2.7-r4.ebuild 2320 MD5 fa6c1923f5f5d9e07b8865b28e41dc96 slocate-2.7-r3.ebuild 2323 -MD5 bc273ed4f78ec76650f6abdfa525de2e ChangeLog 5676 +MD5 e23115f7fc1fc8bdb644880dcf4edcd3 slocate-2.7-r4.ebuild 2320 MD5 c55940ff299338519db199aa12061422 slocate-2.7-r5.ebuild 2487 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 436bf090f284be33337d783092f734c8 files/updatedb.conf 618 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r2 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r3 62 +MD5 1d6262a2616b8521ac7b81c950b1346a files/updatedb.conf 622 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r4 62 MD5 4bdd089557d4d782d79f12dff709c202 files/digest-slocate-2.7-r5 137 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.8 (GNU/Linux) + +iD8DBQFA/0NDHTu7gpaalycRAlOJAKCh2iZtoll+SiISRFRljjY40BlQfgCfY/+2 +UUkX2QvE5hwLU09uLxOoq9g= +=wOFt +-----END PGP SIGNATURE----- diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 0ba13d2b7f79..92fb5d898608 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.10 2004/07/15 00:51:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.11 2004/07/22 04:31:51 vapier Exp $ # This file sets environment variables which are used by updatedb # filesystems which are pruned from updatedb database -PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs subfs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |