neysx 06/04/25 10:39:44 Modified: prelink-howto.xml Log: Removed trailing spaces
Revision Changes Path 1.39 xml/htdocs/doc/en/prelink-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/prelink-howto.xml?rev=1.39&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/prelink-howto.xml?rev=1.39&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/prelink-howto.xml.diff?r1=1.38&r2=1.39&cvsroot=gentoo Index: prelink-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- prelink-howto.xml 25 Apr 2006 10:39:04 -0000 1.38 +++ prelink-howto.xml 25 Apr 2006 10:39:44 -0000 1.39 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.38 2006/04/25 10:39:04 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/prelink-howto.xml,v 1.39 2006/04/25 10:39:44 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/prelink-howto.xml"> <title>Gentoo Linux Prelink Guide</title> @@ -48,7 +48,7 @@ On most systems, libraries are not changed very often and when a program is run, the operations taken to link the program are the same every time. Prelink takes advantage of this by carrying out the linking and storing it -in the executable, in effect prelinking it. +in the executable, in effect prelinking it. </p> <p> @@ -108,7 +108,7 @@ <body> <p> -First you need to install the <c>prelink</c> tool. The emerge process +First you need to install the <c>prelink</c> tool. The emerge process automatically verifies that your system can prelink safely. </p> @@ -163,7 +163,7 @@ </pre> <p> -Unfortunately you cannot prelink files that were compiled by old versions +Unfortunately you cannot prelink files that were compiled by old versions of binutils. Most of these applications come from pre-compiled, binary only packages which are installed in <path>/opt</path>. Making the following file will tell prelink not to attempt to prelink them. @@ -215,14 +215,14 @@ <tr> <th>-m</th> <ti> - Conserve the virtual memory space. This is needed if you + Conserve the virtual memory space. This is needed if you have a lot of libraries that need to be prelinked. </ti> </tr> <tr> <th>-R</th> <ti> - Random -- randomize the address ordering, this enhances + Random -- randomize the address ordering, this enhances security against buffer overflows. </ti> </tr> @@ -288,7 +288,7 @@ wouldn't speed up MS Windows executables anyway. </li> <li> - The library in media-video/mjpegtools, + The library in media-video/mjpegtools, <path>/usr/lib/liblavfile-1.6.so.0</path>. </li> <li> @@ -355,14 +355,14 @@ <p> In order to prelink on a system with grsecurity using a -randomized mmap() base, it is necessary to turn "randomized mmap() +randomized mmap() base, it is necessary to turn "randomized mmap() base" OFF for <path>/lib/ld-2.3.*.so</path>. This can be done with the <c>chpax</c> utility, but it must be done when the file is not in use (f.i. boot from a rescue CD). </p> </body> -</section> +</section> </chapter> <chapter> -- [email protected] mailing list
