Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 10/11/14 15:11:01
Modified: hb-install-tools.xml
Log:
change slocate to mlocate where required; slocate upstream has been off the internet for awhile now. bug 338428.
Revision Changes Path
1.49 xml/htdocs/doc/en/handbook/hb-install-tools.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.48&r2=1.49
Index: hb-install-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- hb-install-tools.xml 15 Jun 2008 21:28:52 -0000 1.48
+++ hb-install-tools.xml 14 Nov 2010 15:11:01 -0000 1.49
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.48 2008/06/15 21:28:52 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.49 2010/11/14 15:11:01 nightmorph Exp $ -->
<sections>
@@ -12,8 +12,8 @@
In this chapter we help you choose and install some important tools.
</abstract>
-<version>9.1</version>
-<date>2008-06-15</date>
+<version>9.2</version>
+<date>2010-11-14</date>
<section>
<title>System Logger</title>
@@ -98,11 +98,11 @@
<p>
If you want to index your system's files so you are able to quickly
locate them using the <c>locate</c> tool, you need to install
-<c>sys-apps/slocate</c>.
+<c>sys-apps/mlocate</c>.
</p>
-<pre caption="Installing slocate">
-# <i>emerge slocate</i>
+<pre caption="Installing mlocate">
+# <i>emerge mlocate</i>
</pre>
</body>
|
|