Author: randy
Date: 2007-01-17 05:57:47 -0700 (Wed, 17 Jan 2007)
New Revision: 6411
Modified:
trunk/BOOK/basicnet/mailnews/slrn.xml
trunk/BOOK/book/preface.xml
trunk/BOOK/general.ent
trunk/BOOK/general/prog/gcc.xml
trunk/BOOK/general/prog/gcc3.xml
trunk/BOOK/general/prog/pdl.xml
trunk/BOOK/general/prog/php.xml
trunk/BOOK/introduction/important/beyond.xml
trunk/BOOK/introduction/important/patches.xml
trunk/BOOK/introduction/welcome/acknowledgments.xml
trunk/BOOK/introduction/welcome/askhelp.xml
trunk/BOOK/introduction/welcome/conventions.xml
trunk/BOOK/introduction/welcome/credits.xml
trunk/BOOK/introduction/welcome/maillists.xml
trunk/BOOK/introduction/welcome/mirrors.xml
trunk/BOOK/introduction/welcome/newsserver.xml
trunk/BOOK/introduction/welcome/packages.xml
trunk/BOOK/introduction/welcome/version.xml
trunk/BOOK/introduction/welcome/wiki.xml
trunk/BOOK/multimedia/audioutils/mpg123.xml
trunk/BOOK/postlfs/config/bootdisk.xml
trunk/BOOK/postlfs/config/compressdoc.xml
trunk/BOOK/postlfs/config/profile.xml
trunk/BOOK/postlfs/security/firewalling.xml
trunk/BOOK/server/mail/courier.xml
trunk/BOOK/server/major/bind.xml
trunk/BOOK/x/installing/x7app.xml
trunk/BOOK/x/installing/x7data.xml
trunk/BOOK/x/installing/x7driver.xml
trunk/BOOK/x/installing/x7font.xml
trunk/BOOK/x/installing/x7lib.xml
trunk/BOOK/x/installing/x7proto.xml
trunk/BOOK/x/installing/x7util.xml
trunk/BOOK/x/installing/xorg7.xml
trunk/BOOK/x/lib/mesalib.xml
Log:
Fixed an empty URL in the mpg123 instructions which prevented the PDF version
from rendering; replaced all instances of linuxfromscratch.org with an entity;
replaced some miscellaneous hardcoded entries with existing entities; truncated
some long lines in various files so that all the text fits on a PDF rendered
page
Modified: trunk/BOOK/basicnet/mailnews/slrn.xml
===================================================================
--- trunk/BOOK/basicnet/mailnews/slrn.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/basicnet/mailnews/slrn.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -142,7 +142,7 @@
<para>Create the <filename>~/.jnewsrc</filename> file with the following
command:</para>
-<screen><userinput>NNTPSERVER=<replaceable><news.linuxfromscratch.org></replaceable>
\
+<screen><userinput>NNTPSERVER=<replaceable><news.&lfs-domainname;></replaceable>
\
slrn -f ~/.jnewsrc --create</userinput></screen>
<indexterm zone="slrn slrn-config">
Modified: trunk/BOOK/book/preface.xml
===================================================================
--- trunk/BOOK/book/preface.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/book/preface.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -41,14 +41,14 @@
<para>Finally, we encourage you to become involved in the community; ask
questions on the mailing list or news gateway and join in the fun on #lfs
at
- irc.linuxfromscratch.org. You can find more details about all of these in
the
+ irc.&lfs-domainname;. You can find more details about all of these in the
<xref linkend="introduction"/> section of the book.</para>
<para>Enjoy using BLFS.</para>
<blockquote>
<literallayout>Mark Hymers
-markh <at> linuxfromscratch.org
+markh <at> &lfs-domainname;
BLFS Editor (July 2001–March 2003)</literallayout>
</blockquote>
@@ -69,7 +69,7 @@
<blockquote>
<literallayout>Larry Lawrence
-larry <at> linuxfromscratch.org
+larry <at> &lfs-domainname;
BLFS Editor (March 2003–June 2004)</literallayout>
</blockquote>
@@ -91,7 +91,7 @@
<blockquote>
<literallayout>Bruce Dubbs
-bdubbs <at> linuxfromscratch.org
+bdubbs <at> &lfs-domainname;
BLFS Editor (June 2004–Present)</literallayout>
</blockquote>
@@ -155,7 +155,7 @@
be errors. The editors of the book are dedicated to keeping the book up
to date. We appreciate any feedback in helping us to make the book as
accurate as possible. The best place to provide comments is via the
- mailing list at <ulink
url="mailto:[email protected]"/>.</para>
+ mailing list at <ulink url="mailto:blfs-dev@&lfs-domainname;"/>.</para>
<para>Enjoy!</para>
Modified: trunk/BOOK/general/prog/gcc.xml
===================================================================
--- trunk/BOOK/general/prog/gcc.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/general/prog/gcc.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -64,7 +64,7 @@
<para>Instructions to install the 3.4.6 version of the Fortran compiler
can be found in <xref linkend='gcc3'/> and on the
- <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
+ <ulink url="&blfs-wiki;/gcc3">BLFS
Wiki</ulink>.</para>
</note>
Modified: trunk/BOOK/general/prog/gcc3.xml
===================================================================
--- trunk/BOOK/general/prog/gcc3.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/general/prog/gcc3.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -4,18 +4,6 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- Use one of the two mentions below about a test suite,
- delete the line that is not applicable. Of course, if the
- test suite uses syntax other than "make check", revise the
- line to reflect the actual syntax to run the test suite -->
-
- <!-- <para>This package does not come with a test suite.</para> -->
- <!-- <para>To test the results, issue: <command>make
check</command>.</para> -->
-
<!ENTITY gcc3-download-http
"http://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;/gcc-&gcc3-version;.tar.bz2">
<!ENTITY gcc3-download-ftp
"ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc3-version;/gcc-&gcc3-version;.tar.bz2">
<!ENTITY gcc3-md5sum "6936616a967da5a0b46f1e7424a06414">
@@ -61,7 +49,7 @@
<application>GCC</application> developers recommend. Instructions for
building the <application>GCC</application>-3.4.x Fortran compiler can be
found on the
- <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
+ <ulink url="&blfs-wiki;/gcc3">BLFS
Wiki</ulink>.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
Modified: trunk/BOOK/general/prog/pdl.xml
===================================================================
--- trunk/BOOK/general/prog/pdl.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/general/prog/pdl.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -105,7 +105,7 @@
<application>GCC</application> developers recommend using Fortran from
<application>GCC</application>-3.4.6. You can find specific instructions
to install a <application>GCC</application>-3.4.6 compiler on the
- <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">BLFS
+ <ulink url="&blfs-wiki;/gcc3">BLFS
Wiki</ulink>. Alternatively, if you have a need to install
<xref linkend="gcc3"/>, you can add the Fortran compiler to the list of
compilers installed in those instructions. Don't forget to put the
@@ -195,7 +195,7 @@
<itemizedlist>
<listitem>
<para><ulink
- url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a Fortran
+ url="&blfs-wiki;/gcc3">a Fortran
compiler</ulink></para>
</listitem>
</itemizedlist>
@@ -208,7 +208,7 @@
<para><xref linkend="x-window-system"/>,
<xref linkend="lesstif"/>,
<xref linkend="tk"/>, and <ulink
- url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a Fortran
+ url="&blfs-wiki;/gcc3">a Fortran
compiler</ulink></para>
</listitem>
</itemizedlist>
@@ -238,7 +238,7 @@
<xref linkend="tk"/>,
<xref linkend="python"/> (with
<ulink url="http://www.numpy.org/">Numeric Python</ulink>),
- <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a
+ <ulink url="&blfs-wiki;/gcc3">a
Fortran compiler</ulink>,
<ulink url="http://www.swig.org/">SWIG</ulink>, and
<ulink
url="http://sourceforge.net/projects/incrtcl/">iTcl</ulink></para>
@@ -335,7 +335,7 @@
<itemizedlist>
<listitem>
<para><ulink
- url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a Fortran
+ url="&blfs-wiki;/gcc3">a Fortran
compiler</ulink></para>
</listitem>
</itemizedlist>
@@ -421,7 +421,7 @@
<itemizedlist>
<listitem>
<para><ulink
-
url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a
+ url="&blfs-wiki;/gcc3">a
Fortran compiler</ulink></para>
</listitem>
</itemizedlist>
@@ -448,7 +448,7 @@
<itemizedlist>
<listitem>
<para><ulink
- url="http://wiki.linuxfromscratch.org/blfs/wiki/gcc3">a
+ url="&blfs-wiki;/gcc3">a
Fortran compiler</ulink></para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/general/prog/php.xml
===================================================================
--- trunk/BOOK/general/prog/php.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/general/prog/php.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -176,7 +176,7 @@
is highly recommended, as their online docs are very good. An example of
a <command>configure</command> command that utilizes many of the most
common dependencies can be found at <ulink
- url="http://anduin.linuxfromscratch.org/files/BLFS/php_configure.txt"/>.
+ url="&files-anduin;/php_configure.txt"/>.
</para>
<para>If, for whatever reason, you don't have <xref linkend="libxml2"/>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/general.ent 2007-01-17 12:57:47 UTC (rev 6411)
@@ -1,4 +1,4 @@
-<!ENTITY day "15"> <!-- Always 2 digits -->
+<!ENTITY day "17"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@@ -8,22 +8,24 @@
<!ENTITY lfs-version "stable"> <!--
version|stable|testing|unstable|development] -->
<!ENTITY last-commit "$Date$"> <!-- Automatic update -->
-<!ENTITY maintainer-fullname "Bruce Dubbs">
-<!ENTITY maintainer-firstname "Bruce">
-<!ENTITY maintainer-address "[EMAIL PROTECTED]">
+<!ENTITY lfs-domainname "linuxfromscratch.org">
-<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
-<!ENTITY downloads-project "http://downloads.linuxfromscratch.org">
-<!ENTITY sources-anduin-http
"http://anduin.linuxfromscratch.org/sources/BLFS/svn">
-<!ENTITY sources-anduin-ftp "ftp://anduin.linuxfromscratch.org/BLFS/svn">
-<!ENTITY files-anduin "http://anduin.linuxfromscratch.org/files/BLFS">
-<!ENTITY hints-root "http://www.linuxfromscratch.org/hints">
-<!ENTITY patch-root "http://www.linuxfromscratch.org/patches/blfs/svn">
-<!ENTITY errata
"http://www.linuxfromscratch.org/blfs/errata/&blfs-version;/">
-<!-- <!ENTITY lfs-root
"http://www.linuxfromscratch.org/lfs/view/&lfs-version;"> -->
-<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
-<!ENTITY publisher "Unknown">
+<!ENTITY maintainer-fullname "Randy McMurchy">
+<!ENTITY maintainer-firstname "Randy">
+<!ENTITY maintainer-address "randy@&lfs-domainname;">
+<!ENTITY downloads-root "http://www.&lfs-domainname;/blfs/downloads/svn">
+<!ENTITY downloads-project "http://downloads.&lfs-domainname;">
+<!ENTITY sources-anduin-http
"http://anduin.&lfs-domainname;/sources/BLFS/svn">
+<!ENTITY sources-anduin-ftp "ftp://anduin.&lfs-domainname;/BLFS/svn">
+<!ENTITY files-anduin "http://anduin.&lfs-domainname;/files/BLFS">
+<!ENTITY hints-root "http://www.&lfs-domainname;/hints">
+<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/svn">
+<!ENTITY errata
"http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
+<!-- <!ENTITY lfs-root
"http://www.&lfs-domainname;/lfs/view/&lfs-version;"> -->
+<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
+<!ENTITY publisher "Unknown">
+
<!-- These entities are used to identify versions of LFS
packages referenced throughout the BLFS book. If the
BDB package updates cause the library names to change,
@@ -40,7 +42,7 @@
<!ENTITY blfs-bootscripts-version "20060910">
<!ENTITY blfs-bootscripts-download
"&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
-<!ENTITY blfs-wiki
"http://wiki.linuxfromscratch.org/blfs/wiki">
+<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
<!-- Part II -->
<!-- Chapter 3 -->
Modified: trunk/BOOK/introduction/important/beyond.xml
===================================================================
--- trunk/BOOK/introduction/important/beyond.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/important/beyond.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -112,7 +112,7 @@
<listitem>
<para>If you are having a problem compiling the package, try
searching the LFS archives at
- <ulink url="http://search.linuxfromscratch.org/"/> for the error or if
+ <ulink url="http://search.&lfs-domainname;/"/> for the error or if
that fails, try searching Google. If everything else fails,
try the blfs-support mailing-list.</para>
</listitem>
Modified: trunk/BOOK/introduction/important/patches.xml
===================================================================
--- trunk/BOOK/introduction/important/patches.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/important/patches.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -34,7 +34,7 @@
<para>In short, the book only includes patches that are either required or
recommended. There is a
- <ulink url="http://www.linuxfromscratch.org/patches">Patches
subproject</ulink>
+ <ulink url="http://www.&lfs-domainname;/patches">Patches subproject</ulink>
which hosts various patches (including the patches referenced in the books)
to enable you to configure your LFS the way you like it.</para>
Modified: trunk/BOOK/introduction/welcome/acknowledgments.xml
===================================================================
--- trunk/BOOK/introduction/welcome/acknowledgments.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/welcome/acknowledgments.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -26,17 +26,17 @@
</listitem>
<listitem>
<para><ulink url="mailto:[EMAIL PROTECTED]">Mark Stone</ulink>
- <mstone <at> linux.com> for donating the linuxfromscratch.org
+ <mstone <at> linux.com> for donating the &lfs-domainname;
servers.</para>
</listitem>
<listitem>
- <para><ulink url="mailto:[EMAIL PROTECTED]">Gerard
- Beekmans</ulink> <gerard <at> linuxfromscratch.org> for
starting and
+ <para><ulink url="mailto:gerard@&lfs-domainname;">Gerard
+ Beekmans</ulink> <gerard <at> &lfs-domainname;> for starting
and
writing the vast majority of the LFS project.</para>
</listitem>
<listitem>
- <para><ulink url="mailto:[EMAIL PROTECTED]">Jesse
- Tie-Ten-Quee</ulink> <higho <at> @linuxfromscratch.org> for
answering
+ <para><ulink url="mailto:highos@&lfs-domainname;">Jesse
+ Tie-Ten-Quee</ulink> <higho <at> @&lfs-domainname;> for
answering
many questions on IRC, having a great deal of patience and for not
killing
the former editor for the joke in the original BLFS announcement!</para>
</listitem>
@@ -46,7 +46,7 @@
LFS and related sub projects.</para>
</listitem>
<listitem>
- <para>Robert Briggs for donating the linuxfromscratch.org and
+ <para>Robert Briggs for donating the &lfs-domainname; and
linuxfromscratch.com domain names.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/introduction/welcome/askhelp.xml
===================================================================
--- trunk/BOOK/introduction/welcome/askhelp.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/introduction/welcome/askhelp.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -16,7 +16,7 @@
<title>Asking for Help and the FAQ</title>
<para>If you encounter a problem while using this book, and your problem
- is not listed in the FAQ (<ulink
url="http://www.linuxfromscratch.org/faq"/>),
+ is not listed in the FAQ (<ulink url="http://www.&lfs-domainname;/faq"/>),
you will find that most of the people on Internet Relay Chat (IRC) and on the
mailing lists are willing to help you. An overview of the LFS mailing
lists can be found in <xref linkend="maillists"/>. To assist us
Modified: trunk/BOOK/introduction/welcome/conventions.xml
===================================================================
--- trunk/BOOK/introduction/welcome/conventions.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/welcome/conventions.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -43,7 +43,7 @@
what to type.</para>
</blockquote>
- <para><ulink url="http://www.linuxfromscratch.org/"/></para>
+ <para><ulink url="http://www.&lfs-domainname;/"/></para>
<blockquote>
<para>This form of text is used for hypertext links external to
Modified: trunk/BOOK/introduction/welcome/credits.xml
===================================================================
--- trunk/BOOK/introduction/welcome/credits.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/introduction/welcome/credits.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -29,11 +29,11 @@
<itemizedlist>
<listitem>
- <para><emphasis>Editor:</emphasis> Bruce Dubbs <ulink
+ <para><emphasis>Editor:</emphasis> Randy McMurchy <ulink
url="mailto:&maintainer-address;"><&maintainer-address;></ulink></para>
</listitem>
<listitem>
- <para><emphasis>Co-Editors:</emphasis> Randy McMurchy,
+ <para><emphasis>Co-Editors:</emphasis> Bruce Dubbs,
Larry Lawrence, Igor Zivkovic, DJ Lucas, Tushar Teredesai,
David Jensen, Archaic, Manuel Canales Esparcia, Dan Nicholson,
Andy Benton and Alexander E. Patrakov.</para>
Modified: trunk/BOOK/introduction/welcome/maillists.xml
===================================================================
--- trunk/BOOK/introduction/welcome/maillists.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/welcome/maillists.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -15,12 +15,12 @@
<title>Mailing Lists</title>
- <para>The linuxfromscratch.org server is hosting a number of mailing
+ <para>The &lfs-domainname; server is hosting a number of mailing
lists that are used for the development of the BLFS book. These lists
include,
among others, the main development and support lists.</para>
<para>For more information regarding which lists are available, how to
subscribe to them, archive locations, etc., visit
- <ulink url="http://www.linuxfromscratch.org/mail.html"/>.</para>
+ <ulink url="http://www.&lfs-domainname;/mail.html"/>.</para>
</sect1>
Modified: trunk/BOOK/introduction/welcome/mirrors.xml
===================================================================
--- trunk/BOOK/introduction/welcome/mirrors.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/introduction/welcome/mirrors.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -17,7 +17,7 @@
<para>The BLFS project has a number of mirrors set up world-wide to make it
easier and more convenient for you to access the website. Please visit the
- <ulink url="http://www.linuxfromscratch.org/mirrors.html"/> website for the
+ <ulink url="http://www.&lfs-domainname;/mirrors.html"/> website for the
list of current mirrors.</para>
</sect1>
Modified: trunk/BOOK/introduction/welcome/newsserver.xml
===================================================================
--- trunk/BOOK/introduction/welcome/newsserver.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/welcome/newsserver.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -15,7 +15,7 @@
<title>News Server</title>
- <para>All the mailing lists hosted at linuxfromscratch.org are also
+ <para>All the mailing lists hosted at &lfs-domainname; are also
accessible via the NNTP server. All messages posted to a mailing
list will be copied to its correspondent newsgroup. Note, however,
that as this is written, it is not possible to write to the mailing
@@ -23,7 +23,7 @@
<para>The news server can be reached at <ulink
-
url="news:news.linuxfromscratch.org">news.linuxfromscratch.org</ulink>.</para>
+ url="news:news.&lfs-domainname;">news.&lfs-domainname;</ulink>.</para>
</sect1>
Modified: trunk/BOOK/introduction/welcome/packages.xml
===================================================================
--- trunk/BOOK/introduction/welcome/packages.xml 2007-01-16 00:08:14 UTC
(rev 6410)
+++ trunk/BOOK/introduction/welcome/packages.xml 2007-01-17 12:57:47 UTC
(rev 6411)
@@ -24,7 +24,7 @@
<para>To overcome this problem, the BLFS Team, with the assistance of <ulink
url='http://www.serverbeach.com'>Server Beach</ulink>, has made an HTTP/FTP
- site available at <emphasis>anduin.linuxfromscratch.org</emphasis>. This
site
+ site available at <emphasis>anduin.&lfs-domainname;</emphasis>. This site
has all the sources of the exact versions of the packages used in BLFS. If
you can't find the BLFS package you need, get it there.</para>
Modified: trunk/BOOK/introduction/welcome/version.xml
===================================================================
--- trunk/BOOK/introduction/welcome/version.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/introduction/welcome/version.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -18,7 +18,7 @@
<para>This is BLFS-BOOK version &version; dated &releasedate;.
If this version is older than a month, a newer version is probably already
available for download. Check one of the mirror sites at
- <ulink url="http://www.linuxfromscratch.org/mirrors.html"/> for updated
+ <ulink url="http://www.&lfs-domainname;/mirrors.html"/> for updated
versions.</para>
</sect1>
Modified: trunk/BOOK/introduction/welcome/wiki.xml
===================================================================
--- trunk/BOOK/introduction/welcome/wiki.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/introduction/welcome/wiki.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -16,7 +16,7 @@
<title>BLFS Wiki</title>
<para>The BLFS Project has created a Wiki for users to comment on pages
- and instructions at <ulink url='http://wiki.linuxfromscratch.org/blfs/'/>.
+ and instructions at <ulink url='&blfs-wiki;'/>.
Comments are welcome from all users.</para>
<para>The following are the rules for posting:
@@ -32,12 +32,12 @@
<listitem>
<para>Questions with your specific installation problems should be made
by subscribing and mailing to the BLFS Support Mailing List at <ulink
- url='mailto:[email protected]'/>.</para>
+ url='mailto:blfs-support@&lfs-domainname;'/>.</para>
</listitem>
<listitem>
<para>Discussions of build instructions should be made by subscribing
and mailing to the BLFS Development List at <ulink
- url='mailto:[email protected]'/>.</para>
+ url='mailto:blfs-dev@&lfs-domainname;'/>.</para>
</listitem>
<listitem>
<para>Inappropriate material will be removed.</para>
Modified: trunk/BOOK/multimedia/audioutils/mpg123.xml
===================================================================
--- trunk/BOOK/multimedia/audioutils/mpg123.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/multimedia/audioutils/mpg123.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -5,7 +5,7 @@
%general-entities;
<!ENTITY mpg123-download-http
"http://downloads.sourceforge.net/mpg123/mpg123-&mpg123-version;.tar.bz2">
- <!ENTITY mpg123-download-ftp "">
+ <!ENTITY mpg123-download-ftp " ">
<!ENTITY mpg123-md5sum "14fa52ba192104a990e206493d9d771b">
<!ENTITY mpg123-size "589 KB">
<!ENTITY mpg123-buildsize "4.5 MB">
Modified: trunk/BOOK/postlfs/config/bootdisk.xml
===================================================================
--- trunk/BOOK/postlfs/config/bootdisk.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/postlfs/config/bootdisk.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -61,7 +61,7 @@
very popular option is Knoppix.</para>
<para>Also, the LFS Community has developed its own LiveCD available at
- <ulink url='http://www.linuxfromscratch.org/livecd/'/>. This LiveCD, in
+ <ulink url='http://www.&lfs-domainname;/livecd/'/>. This LiveCD, in
addition to having boot and rescue capabilities, is capable of building an
entire LFS/BLFS system. A copy of this CD-ROM is available with the
printed version of the Linux From Scratch book. If you download the ISO
@@ -69,7 +69,7 @@
<para>A hint that describes the instructions for creating this ISO image
is available at <ulink
- url='http://www.linuxfromscratch.org/hints/downloads/files/livecd.txt'/>.
+ url='&hints-root;/downloads/files/livecd.txt'/>.
</para>
</sect2>
Modified: trunk/BOOK/postlfs/config/compressdoc.xml
===================================================================
--- trunk/BOOK/postlfs/config/compressdoc.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/postlfs/config/compressdoc.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -38,7 +38,7 @@
# update symlinks - By Marc Heerdink <marc @ koelkast.net>
#
# Modified to be able to gzip or bzip2 files as an option and to deal
-# with all symlinks properly by Mark Hymers <markh @
linuxfromscratch.org>
+# with all symlinks properly by Mark Hymers <markh @ &lfs-domainname;>
#
# Modified 20030930 by Yann E. Morin <yann.morin.1998 @ anciens.enib.fr>
# to accept compression/decompression, to correctly handle hard-links,
@@ -134,7 +134,7 @@
See the original post from Mickael A. Peters, titled
"Bootable Utility CD", dated 20030409.1816(+0200), and subsequent posts:
- http://linuxfromscratch.org/pipermail/blfs-support/2003-April/038817.html
+ http://&lfs-domainname;/pipermail/blfs-support/2003-April/038817.html
On my system (x86, ext3), man pages were 35564KB before compression.
gzip -9 compressed them down to 20372KB (57.28%), bzip2 -9 got down to
Modified: trunk/BOOK/postlfs/config/profile.xml
===================================================================
--- trunk/BOOK/postlfs/config/profile.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/postlfs/config/profile.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -417,7 +417,7 @@
<literal># Begin /etc/bashrc
# Written for Beyond Linux From Scratch
# by James Robertson <[EMAIL PROTECTED]>
-# updated by Bruce Dubbs <[EMAIL PROTECTED]>
+# updated by Bruce Dubbs <bdubbs@&lfs-domainname;>
# Make sure that the terminal is set up properly for each shell
@@ -469,7 +469,7 @@
<literal># Begin ~/.bash_profile
# Written for Beyond Linux From Scratch
# by James Robertson <[EMAIL PROTECTED]>
-# updated by Bruce Dubbs <[EMAIL PROTECTED]>
+# updated by Bruce Dubbs <bdubbs@&lfs-domainname;>
# Personal environment variables and startup programs.
Modified: trunk/BOOK/postlfs/security/firewalling.xml
===================================================================
--- trunk/BOOK/postlfs/security/firewalling.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/postlfs/security/firewalling.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -297,7 +297,7 @@
echo "of the configuration rules below."
echo "You can find additional information"
echo "about firewalls in Chapter 4 of the BLFS book."
-echo "http://www.linuxfromscratch.org/blfs"
+echo "http://www.&lfs-domainname;/blfs"
echo
# Insert iptables modules (not needed if built into the kernel).
Modified: trunk/BOOK/server/mail/courier.xml
===================================================================
--- trunk/BOOK/server/mail/courier.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/server/mail/courier.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -517,7 +517,7 @@
<para>For example:</para>
<screen><userinput>INSERT INTO users VALUES (
-'[EMAIL PROTECTED]',
+'blfsuser@&lfs-domainname;',
'',
'password',
'BLFS User',
Modified: trunk/BOOK/server/major/bind.xml
===================================================================
--- trunk/BOOK/server/major/bind.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/server/major/bind.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -432,8 +432,8 @@
difference in repeated lookups due to the caching. Run the
<command>dig</command> command twice on the same address:</para>
-<screen><userinput>dig www.linuxfromscratch.org &&
-dig www.linuxfromscratch.org</userinput></screen>
+<screen><userinput>dig www.&lfs-domainname; &&
+dig www.&lfs-domainname;</userinput></screen>
<para>You can see almost instantaneous results with the named caching
lookups. Consult the <application>BIND</application> Administrator
Modified: trunk/BOOK/x/installing/x7app.xml
===================================================================
--- trunk/BOOK/x/installing/x7app.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/x7app.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -6,7 +6,7 @@
<!ENTITY x7apps-download-http
"http://xorg.freedesktop.org/releases/individual/app/">
<!ENTITY x7apps-download-ftp " ">
- <!ENTITY x7apps-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7apps-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7apps-size "9.1 MB">
<!ENTITY x7apps-buildsize "30.7 MB">
<!ENTITY x7apps-time "2.9 SBU">
@@ -98,10 +98,11 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/app-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/app-7.1.wget &&
mkdir app &&
cd app &&
-wget -B http://xorg.freedesktop.org/releases/individual/app/ -i
../app-7.1.wget</userinput></screen>
+wget -B http://xorg.freedesktop.org/releases/individual/app/ \
+ -i ../app-7.1.wget</userinput></screen>
</sect2>
Modified: trunk/BOOK/x/installing/x7data.xml
===================================================================
--- trunk/BOOK/x/installing/x7data.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/x7data.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -6,7 +6,7 @@
<!ENTITY x7data-download-http
"http://xorg.freedesktop.org/releases/individual/data/">
<!ENTITY x7data-download-ftp " ">
- <!ENTITY x7data-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7data-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7data-size "2.5 MB">
<!ENTITY x7data-buildsize "19.5 MB">
<!ENTITY x7data-time "0.1 SBU">
@@ -72,10 +72,11 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/data-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/data-7.1.wget &&
mkdir data &&
cd data &&
-wget -B http://xorg.freedesktop.org/releases/individual/data/ -i
../data-7.1.wget</userinput></screen>
+wget -B http://xorg.freedesktop.org/releases/individual/data/ \
+ -i ../data-7.1.wget</userinput></screen>
</sect2>
Modified: trunk/BOOK/x/installing/x7driver.xml
===================================================================
--- trunk/BOOK/x/installing/x7driver.xml 2007-01-16 00:08:14 UTC (rev
6410)
+++ trunk/BOOK/x/installing/x7driver.xml 2007-01-17 12:57:47 UTC (rev
6411)
@@ -6,7 +6,7 @@
<!ENTITY x7drivers-download-http
"http://xorg.freedesktop.org/releases/individual/driver/">
<!ENTITY x7drivers-download-ftp " ">
- <!ENTITY x7drivers-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7drivers-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7drivers-size "18.7 MB">
<!ENTITY x7drivers-buildsize "60.3 MB">
<!ENTITY x7drivers-time "6.9 SBU">
@@ -73,7 +73,7 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/driver-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/driver-7.1.wget &&
mkdir driver &&
cd driver &&
wget -B http://xorg.freedesktop.org/releases/individual/driver/ -i
../driver-7.1.wget</userinput></screen>
Modified: trunk/BOOK/x/installing/x7font.xml
===================================================================
--- trunk/BOOK/x/installing/x7font.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/x7font.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -6,7 +6,7 @@
<!ENTITY x7fonts-download-http
"http://xorg.freedesktop.org/releases/individual/font/">
<!ENTITY x7fonts-download-ftp " ">
- <!ENTITY x7fonts-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7fonts-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7fonts-size "13.3 MB">
<!ENTITY x7fonts-buildsize "100 MB">
<!ENTITY x7fonts-time "2.0 SBU">
@@ -69,10 +69,11 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/font-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/font-7.1.wget &&
mkdir font &&
cd font &&
-wget -B http://xorg.freedesktop.org/releases/individual/font/ -i
../font-7.1.wget</userinput></screen>
+wget -B http://xorg.freedesktop.org/releases/individual/font/ \
+ -i ../font-7.1.wget</userinput></screen>
</sect2>
Modified: trunk/BOOK/x/installing/x7lib.xml
===================================================================
--- trunk/BOOK/x/installing/x7lib.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/x7lib.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -6,7 +6,7 @@
<!ENTITY x7libs-download-http
"http://xorg.freedesktop.org/releases/individual/lib/">
<!ENTITY x7libs-download-ftp " ">
- <!ENTITY x7libs-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7libs-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7libs-size "12 MB">
<!ENTITY x7libs-buildsize "186 MB">
<!ENTITY x7libs-time "6.6 SBU">
@@ -95,10 +95,11 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/lib-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/lib-7.1.wget &&
mkdir lib &&
cd lib &&
-wget -B http://xorg.freedesktop.org/releases/individual/lib/ -i
../lib-7.1.wget</userinput></screen>
+wget -B http://xorg.freedesktop.org/releases/individual/lib/ \
+ -i ../lib-7.1.wget</userinput></screen>
</sect2>
Modified: trunk/BOOK/x/installing/x7proto.xml
===================================================================
--- trunk/BOOK/x/installing/x7proto.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/x7proto.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -6,7 +6,7 @@
<!ENTITY x7proto-download-http
"http://xorg.freedesktop.org/releases/individual/proto/">
<!ENTITY x7proto-download-ftp " ">
- <!ENTITY x7proto-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7proto-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7proto-size "1.5 MB">
<!-- Editors note: Because we recommend a scripted build that removes
the source directories after installation, the xorg buildsizes are
@@ -72,10 +72,11 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/proto-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/proto-7.1.wget &&
mkdir proto &&
cd proto &&
-wget -B http://xorg.freedesktop.org/releases/individual/proto/ -i
../proto-7.1.wget</userinput></screen>
+wget -B http://xorg.freedesktop.org/releases/individual/proto/ \
+ -i ../proto-7.1.wget</userinput></screen>
</sect2>
Modified: trunk/BOOK/x/installing/x7util.xml
===================================================================
--- trunk/BOOK/x/installing/x7util.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/x7util.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -6,7 +6,7 @@
<!ENTITY x7utils-download-http
"http://xorg.freedesktop.org/releases/individual/util/">
<!ENTITY x7utils-download-ftp " ">
- <!ENTITY x7utils-md5sum
"http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/files/md5sums">
+ <!ENTITY x7utils-md5sum "&sources-anduin-http;/x/files/md5sums">
<!ENTITY x7utils-size "664 KB">
<!ENTITY x7utils-buildsize "5.2 MB">
<!ENTITY x7utils-time "0.1 SBU">
@@ -74,10 +74,11 @@
<para>To download the needed files using <application>wget</application>,
use the following commands:</para>
-<screen><userinput>wget
http://anduin.linuxfromscratch.org/sources/BLFS/svn/x/wget/util-7.1.wget
&&
+<screen><userinput>wget &sources-anduin-ftp;/x/wget/util-7.1.wget &&
mkdir util &&
cd util &&
-wget -B http://xorg.freedesktop.org/releases/individual/util/ -i
../util-7.1.wget</userinput></screen>
+wget -B http://xorg.freedesktop.org/releases/individual/util/ \
+ -i ../util-7.1.wget</userinput></screen>
</sect2>
Modified: trunk/BOOK/x/installing/xorg7.xml
===================================================================
--- trunk/BOOK/x/installing/xorg7.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/installing/xorg7.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -62,7 +62,7 @@
however, the BLFS book cannot account for all dependencies and build
options for the individual <application>Xorg</application> packages.
The instructions assume that all packages have been built. A
- <ulink
url="http://wiki.linuxfromscratch.org/blfs/wiki/Xorg-&xorg7-version;">wiki</ulink>
+ <ulink url="&blfs-wiki;/Xorg-&xorg7-version;">wiki</ulink>
page containing dependency information is under development. You are
encouraged to add to these pages if you discover additional information
that may be helpful to other users who selectively install individual
Modified: trunk/BOOK/x/lib/mesalib.xml
===================================================================
--- trunk/BOOK/x/lib/mesalib.xml 2007-01-16 00:08:14 UTC (rev 6410)
+++ trunk/BOOK/x/lib/mesalib.xml 2007-01-17 12:57:47 UTC (rev 6411)
@@ -106,7 +106,8 @@
<screen><userinput>find . -type f -exec sed -i "s@/usr/[EMAIL PROTECTED]@g" {}
\; &&
sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/X11/modules@'
src/glx/x11/dri_glx.c &&
-sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/X11/modules@'
src/mesa/drivers/dri/Makefile.template</userinput></screen>
+sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/X11/modules@' \
+ src/mesa/drivers/dri/Makefile.template</userinput></screen>
<para>Fix an error with output redirection if <command>/bin/sh</command>
is not the <application>Bash</application> shell on your system:</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page