Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: prelink-howto.xml
Date: Tue, 03 Apr 2007 03:50:29
Message-Id: E1HYa25-00071x-BP@stork.gentoo.org
1 nightmorph 07/04/03 03:50:09
2
3 Modified: prelink-howto.xml
4 Log:
5 added section on removing prelink and prelinked binaries, bug 173190
6
7 Revision Changes Path
8 1.45 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.45&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?rev=1.45&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?r1=1.44&r2=1.45
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.44
18 retrieving revision 1.45
19 diff -u -r1.44 -r1.45
20 --- prelink-howto.xml 29 Nov 2006 15:48:57 -0000 1.44
21 +++ prelink-howto.xml 3 Apr 2007 03:50:09 -0000 1.45
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.44 2006/11/29 15:48:57 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.45 2007/04/03 03:50:09 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 <guide link="/doc/en/prelink-howto.xml">
28 <title>Gentoo Linux Prelink Guide</title>
29 @@ -27,8 +27,8 @@
30
31 <license/>
32
33 -<version>1.16</version>
34 -<date>2006-05-28</date>
35 +<version>1.17</version>
36 +<date>2007-04-02</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -248,7 +248,6 @@
41
42 </body>
43 </section>
44 -
45 <section>
46 <title>Speeding Up KDE After Prelinking</title>
47 <body>
48 @@ -266,6 +265,31 @@
49
50 </body>
51 </section>
52 +<section>
53 +<title>Removing prelink</title>
54 +<body>
55 +
56 +<p>
57 +If you ever change your mind about prelinking, before you unmerge prelink,
58 +you'll first need to remove the prelink cronjob from
59 +<path>/etc/cron.daily</path> and <path>/etc/conf.d/prelink</path>. Next, you'll
60 +have to remove prelinking from all binaries:
61 +</p>
62 +
63 +<pre caption="Removing prelinking from all binaries">
64 +# <i>prelink -au</i>
65 +</pre>
66 +
67 +<p>
68 +Finally, unmerge the <c>prelink</c> package itself:
69 +</p>
70 +
71 +<pre caption="Unmerging prelink">
72 +# <i>emerge -aC prelink</i>
73 +</pre>
74 +
75 +</body>
76 +</section>
77 </chapter>
78
79 <chapter>
80
81
82
83 --
84 gentoo-doc-cvs@g.o mailing list