Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-tools.xml
Date: Sun, 14 Nov 2010 15:12:08
Message-Id: 20101114151101.2A14520063@flycatcher.gentoo.org
1 nightmorph 10/11/14 15:11:01
2
3 Modified: hb-install-tools.xml
4 Log:
5 change slocate to mlocate where required; slocate upstream has been off the internet for awhile now. bug 338428.
6
7 Revision Changes Path
8 1.49 xml/htdocs/doc/en/handbook/hb-install-tools.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.49&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.49&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.48&r2=1.49
13
14 Index: hb-install-tools.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
17 retrieving revision 1.48
18 retrieving revision 1.49
19 diff -u -r1.48 -r1.49
20 --- hb-install-tools.xml 15 Jun 2008 21:28:52 -0000 1.48
21 +++ hb-install-tools.xml 14 Nov 2010 15:11:01 -0000 1.49
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.48 2008/06/15 21:28:52 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.49 2010/11/14 15:11:01 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -12,8 +12,8 @@
32 In this chapter we help you choose and install some important tools.
33 </abstract>
34
35 -<version>9.1</version>
36 -<date>2008-06-15</date>
37 +<version>9.2</version>
38 +<date>2010-11-14</date>
39
40 <section>
41 <title>System Logger</title>
42 @@ -98,11 +98,11 @@
43 <p>
44 If you want to index your system's files so you are able to quickly
45 locate them using the <c>locate</c> tool, you need to install
46 -<c>sys-apps/slocate</c>.
47 +<c>sys-apps/mlocate</c>.
48 </p>
49
50 -<pre caption="Installing slocate">
51 -# <i>emerge slocate</i>
52 +<pre caption="Installing mlocate">
53 +# <i>emerge mlocate</i>
54 </pre>
55
56 </body>