diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 01:12:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 01:12:48 +0000 |
commit | 9e6102505d56c101759405a42a8ef725742140fc (patch) | |
tree | 58a475e1f6de11978767a6ae10d076f77ddd3a19 /sys-apps/slocate | |
parent | Adjusted permission of profile.d init script (diff) | |
download | historical-9e6102505d56c101759405a42a8ef725742140fc.tar.gz historical-9e6102505d56c101759405a42a8ef725742140fc.tar.bz2 historical-9e6102505d56c101759405a42a8ef725742140fc.zip |
Added nnpfs to the PRUNEFS line. (bug #54035)
Diffstat (limited to 'sys-apps/slocate')
-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 0d7a13607d36..21760b484434 100644 --- a/sys-apps/slocate/ChangeLog +++ b/sys-apps/slocate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/slocate # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.40 2004/05/22 22:52:04 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/ChangeLog,v 1.41 2004/06/16 01:12:46 mr_bones_ Exp $ + + 15 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> files/updatedb.conf: + Added nnpfs to the PRUNEFS line. (bug #54035) 22 May 2004; Robert Coie <rac@gentoo.org> slocate-2.7-r5.ebuild: Add shadow to RDEPEND, it's used in postinst diff --git a/sys-apps/slocate/Manifest b/sys-apps/slocate/Manifest index 9a0738f15228..c2a6fa14f1a9 100644 --- a/sys-apps/slocate/Manifest +++ b/sys-apps/slocate/Manifest @@ -1,11 +1,11 @@ +MD5 6e1574616f33eaf570fef4ee44314938 ChangeLog 5427 MD5 9508921d3f6899b8832fb3b1bce7938f slocate-2.7-r2.ebuild 2204 -MD5 1b0c887ad7c73129d5ef845d7c69fbe2 slocate-2.7-r4.ebuild 2321 +MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 MD5 25e7ae4ae1496c7df7395e76f67dc7a9 slocate-2.7-r3.ebuild 2321 -MD5 4c7846ef84817e85449b9d7c02457f8b ChangeLog 5297 +MD5 1b0c887ad7c73129d5ef845d7c69fbe2 slocate-2.7-r4.ebuild 2321 MD5 c204deb573bb0ef54145c8e379d86a71 slocate-2.7-r5.ebuild 2329 -MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 b7beef1a847acd7f78f54af779fe239c files/updatedb.conf 618 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r2 62 +MD5 2bd672dbadace436d847ed228c3b849a files/updatedb.conf 626 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r3 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r4 62 MD5 f03ed3063ac796dbf26187038a928db8 files/digest-slocate-2.7-r5 62 diff --git a/sys-apps/slocate/files/updatedb.conf b/sys-apps/slocate/files/updatedb.conf index 0f77f8d3965c..0503ec070a37 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.8 2004/02/12 00:55:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/slocate/files/updatedb.conf,v 1.9 2004/06/16 01:12:48 mr_bones_ 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" +PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660 devfs tmpfs ncpfs sysfs supermount devpts usbfs cifs nnpfs" export PRUNEFS # paths which are pruned from updatedb database PRUNEPATHS="/tmp /var/tmp" |