Author: dnicholson Date: 2007-07-31 18:08:00 -0600 (Tue, 31 Jul 2007) New Revision: 8268
Modified: branches/6.3/BOOK/chapter07/introduction.xml branches/6.3/BOOK/general.ent branches/6.3/BOOK/packages.ent Log: Merge r8266-r8267 to trunk Modified: branches/6.3/BOOK/chapter07/introduction.xml =================================================================== --- branches/6.3/BOOK/chapter07/introduction.xml 2007-08-01 00:02:16 UTC (rev 8267) +++ branches/6.3/BOOK/chapter07/introduction.xml 2007-08-01 00:08:00 UTC (rev 8268) @@ -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> Modified: branches/6.3/BOOK/general.ent =================================================================== --- branches/6.3/BOOK/general.ent 2007-08-01 00:02:16 UTC (rev 8267) +++ branches/6.3/BOOK/general.ent 2007-08-01 00:08:00 UTC (rev 8268) @@ -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;/"> Modified: branches/6.3/BOOK/packages.ent =================================================================== --- branches/6.3/BOOK/packages.ent 2007-08-01 00:02:16 UTC (rev 8267) +++ branches/6.3/BOOK/packages.ent 2007-08-01 00:08:00 UTC (rev 8268) @@ -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 " "> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
