nightmorph 07/04/03 03:50:09 Modified: prelink-howto.xml Log: added section on removing prelink and prelinked binaries, bug 173190
Revision Changes Path 1.45 xml/htdocs/doc/en/prelink-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?rev=1.45&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/prelink-howto.xml?r1=1.44&r2=1.45 Index: prelink-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- prelink-howto.xml 29 Nov 2006 15:48:57 -0000 1.44 +++ prelink-howto.xml 3 Apr 2007 03:50:09 -0000 1.45 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.44 2006/11/29 15:48:57 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.45 2007/04/03 03:50:09 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/prelink-howto.xml"> <title>Gentoo Linux Prelink Guide</title> @@ -27,8 +27,8 @@ <license/> -<version>1.16</version> -<date>2006-05-28</date> +<version>1.17</version> +<date>2007-04-02</date> <chapter> <title>Introduction</title> @@ -248,7 +248,6 @@ </body> </section> - <section> <title>Speeding Up KDE After Prelinking</title> <body> @@ -266,6 +265,31 @@ </body> </section> +<section> +<title>Removing prelink</title> +<body> + +<p> +If you ever change your mind about prelinking, before you unmerge prelink, +you'll first need to remove the prelink cronjob from +<path>/etc/cron.daily</path> and <path>/etc/conf.d/prelink</path>. Next, you'll +have to remove prelinking from all binaries: +</p> + +<pre caption="Removing prelinking from all binaries"> +# <i>prelink -au</i> +</pre> + +<p> +Finally, unmerge the <c>prelink</c> package itself: +</p> + +<pre caption="Unmerging prelink"> +# <i>emerge -aC prelink</i> +</pre> + +</body> +</section> </chapter> <chapter> -- [email protected] mailing list
