diff options
author | 2004-01-06 16:14:00 +0000 | |
---|---|---|
committer | 2004-01-06 16:14:00 +0000 | |
commit | 771853fc44605af7531608f13f7e6aa89bc21e3c (patch) | |
tree | 5b062f56f98a9e1d4f084eb5d0836dd3663119f7 /sys-apps | |
parent | 2.6.1_rc2 initial release (diff) | |
download | gentoo-2-771853fc44605af7531608f13f7e6aa89bc21e3c.tar.gz gentoo-2-771853fc44605af7531608f13f7e6aa89bc21e3c.tar.bz2 gentoo-2-771853fc44605af7531608f13f7e6aa89bc21e3c.zip |
Add supermount to the list of pruned filesystems
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/slocate/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/slocate/Manifest | 8 | ||||
-rw-r--r-- | sys-apps/slocate/files/updatedb.conf | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-apps/slocate/ChangeLog b/sys-apps/slocate/ChangeLog index d92a0a84f38e..df8618df2597 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.27 2003/11/01 21:31:10 puggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.28 2004/01/06 16:13:51 agriffis Exp $ + + 06 Jan 2004; Aron Griffis <agriffis@gentoo.org> files/updatedb.conf: + Add supermount to the list of pruned filesystems 01 Nov 2003; Douglas Russell <puggy@gentoo.org> slocate-2.7-r2.ebuild, slocate-2.7-r3.ebuild: diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index 7a93f4e929ca..0b62f1df1734 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,7 +1,7 @@ -MD5 25da267684f061d32e1c46e0a31760e8 ChangeLog 3682 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 3b68730ff5596988d2de524307d264d4 ChangeLog 3808 MD5 9a0d03adcb00d7a3a7adc6cf8e6b1781 slocate-2.7-r2.ebuild 2204 -MD5 a4aa736394f0fa1d2d6df40e34c4e905 slocate-2.7-r3.ebuild 2316 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 89178d2acbcd5d37b4e413a7a3b82745 slocate-2.7-r3.ebuild 2325 +MD5 174498f3041f595529585601c5379c5b files/updatedb.conf 602 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r2 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r3 62 -MD5 01367746f182722312b5e50cab9dab37 files/updatedb.conf 587 diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 1261c28316b5..5afe7b3402df 100644 --- a/sys-apps/slocate/files/updatedb.conf +++ b/sys-apps/slocate/files/updatedb.conf @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.5 2003/10/31 21:17:53 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.6 2004/01/06 16:13:51 agriffis 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" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |