diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-01 00:08:00 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-08-01 00:08:00 +0000 |
commit | dffe0a691ff42715dd893dd52e3b9c196830dc98 (patch) | |
tree | ff841a0b78a8915efdffa203cf79ecb80eba0f81 | |
parent | 6a696aab71b7ae9a97b66454e785b53e2d1cd9e2 (diff) |
Merge r8266-r8267 to trunk
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/introduction.xml | 3 | ||||
-rw-r--r-- | general.ent | 1 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/introduction.xml b/chapter07/introduction.xml index ab56836be..8faa87840 100644 --- a/chapter07/introduction.xml +++ b/chapter07/introduction.xml @@ -17,8 +17,7 @@ <para>System-V style init scripts are employed in this book because they are widely used. For additional options, a hint detailing the BSD style init setup - is available at <ulink - url="http://www.linuxfromscratch.org/hints/downloads/files/bsd-init.txt"/>. + is available at <ulink url="&hints-root;bsd-init.txt"/>. Searching the LFS mailing lists for <quote>depinit</quote> will also offer additional choices.</para> diff --git a/general.ent b/general.ent index 0927380c6..c2a10e84d 100644 --- a/general.ent +++ b/general.ent @@ -11,6 +11,7 @@ <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> <!ENTITY patches-root "&lfs-root;patches/lfs/&generic-version;/"> +<!ENTITY downloads-root "&lfs-root;lfs/downloads/&generic-version;/"> <!ENTITY livecd-root "&lfs-root;livecd/"> <!ENTITY test-results "&lfs-root;lfs/build-logs/&generic-version;/"> <!ENTITY errata "&lfs-root;lfs/errata/&generic-version;/"> diff --git a/packages.ent b/packages.ent index d9cfefdfe..3fa23dfa3 100644 --- a/packages.ent +++ b/packages.ent @@ -283,7 +283,7 @@ <!ENTITY lfs-bootscripts-version "20070730"> <!ENTITY lfs-bootscripts-size "39 KB"> -<!ENTITY lfs-bootscripts-url "http://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> +<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "d50c72aa2f45c646f384a1ffeb20fafe"> <!ENTITY lfs-bootscripts-home " "> <!ENTITY lfs-bootscripts-ch7-du "0.4 MB"> @@ -492,7 +492,7 @@ <!ENTITY udev-config "udev-config-20070731"> <!ENTITY udev-config-size "13 KB"> -<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2"> +<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2"> <!ENTITY udev-config-md5 "49c72e712f38c18884bd11a9a3b7e968"> <!ENTITY udev-config-home " "> |