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: prelink-howto.xml
Date: Tue, 12 Jan 2010 18:59:56
Message-Id: E1NUly1-0001zU-NU@stork.gentoo.org
1 nightmorph 10/01/12 18:59:49
2
3 Modified: prelink-howto.xml
4 Log:
5 KDE prelink has a new environment variable, bug 300756
6
7 Revision Changes Path
8 1.46 xml/htdocs/doc/en/prelink-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?rev=1.46&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?rev=1.46&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?r1=1.45&r2=1.46
13
14 Index: prelink-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v
17 retrieving revision 1.45
18 retrieving revision 1.46
19 diff -u -r1.45 -r1.46
20 --- prelink-howto.xml 3 Apr 2007 03:50:09 -0000 1.45
21 +++ prelink-howto.xml 12 Jan 2010 18:59:49 -0000 1.46
22 @@ -1,7 +1,8 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.45 2007/04/03 03:50:09 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.46 2010/01/12 18:59:49 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 -<guide link="/doc/en/prelink-howto.xml">
28 +
29 +<guide>
30 <title>Gentoo Linux Prelink Guide</title>
31
32 <author title="Author">
33 @@ -19,6 +20,9 @@
34 <author title="Editor">
35 <mail link="erwin@g.o">Erwin</mail>
36 </author>
37 +<author title="Editor">
38 + <mail link="nightmorph"/>
39 +</author>
40
41 <abstract>
42 This guide tells you how to make use of prelink support in Portage 2.0.46 and
43 @@ -27,8 +31,8 @@
44
45 <license/>
46
47 -<version>1.17</version>
48 -<date>2007-04-02</date>
49 +<version>1.18</version>
50 +<date>2010-01-12</date>
51
52 <chapter>
53 <title>Introduction</title>
54 @@ -259,7 +263,7 @@
55 </p>
56
57 <p>
58 -Set <c>KDE_IS_PRELINKED="true"</c> in <path>/etc/env.d/*kdepaths*</path> to
59 +Set <c>KDE_IS_PRELINKED=1</c> in <path>/etc/env.d/*kdepaths*</path> to
60 inform KDE about the prelinking.
61 </p>