Author: dj Date: 2009-08-25 00:42:41 -0600 (Tue, 25 Aug 2009) New Revision: 7983
Modified: trunk/BOOK/x/installing/xorg7.xml Log: Xorg introduction text cleanups. Modified: trunk/BOOK/x/installing/xorg7.xml =================================================================== --- trunk/BOOK/x/installing/xorg7.xml 2009-08-25 06:12:05 UTC (rev 7982) +++ trunk/BOOK/x/installing/xorg7.xml 2009-08-25 06:42:41 UTC (rev 7983) @@ -49,12 +49,7 @@ and <ulink url="http://lists.x.org/archives/xorg-modular/2005-November/000801.html">this thread</ulink> to get an idea of what you will need. If you are unsure, you should - install all packages at the cost of extra disk space. To see which packages - have changed between releases of Xorg, see the upstream - <ulink url="http://xorg.freedesktop.org/releases/X11R&xorg7-version;/src/update/">update</ulink> - and - <ulink url="http://xorg.freedesktop.org/releases/X11R&xorg7-version;/src/deprecated/">deprecated</ulink> - directories.</para> + install all packages at the cost of extra disk space.</para> <note> <para>Even if you intend to download only the necessary packages, you @@ -106,7 +101,6 @@ make install cd .. rm -rf $packagedir - rm -f $package done 2>&1 | tee -a ../xorg-${section}-compile.log #log the entire loop</screen> <para>The above shell will exit immediately on error. If it runs to @@ -164,9 +158,10 @@ see <xref linkend="postlfs-config-profile"/>. You should also add <filename class="directory"> $XORG_PREFIX/lib</filename> to the - <filename>/etc/ld.so.conf</filename> file and <filename class="directory"> - $XORG_PREFIX/share/man</filename> as - a MANDATORY_MANPATH in <filename>/etc/man_db.conf</filename>.</para> + <filename>/etc/ld.so.conf</filename> file. Finally, you should modify + <filename>/etc/man_db.conf</filename>, adding appropriate + MANDATORY_MANPATH, MANPATH_MAP, and MANDB_MAP entries following the + examples for <filename class="directory">/usr/X11R6</filename>.</para> </sect2> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
