diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:04:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:04:31 +0000 |
commit | da09a82a350b0b4709d809fece1a39233dc03ff5 (patch) | |
tree | f46198e8b988943dd4ea35e444ca77ec755e7a0f | |
parent | c92413c55029fdc26cdd1b82a86558745153f3ce (diff) |
Reorder the contents of chapter 7 to flow better. Fixes #2366.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter07/chapter07.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7e5c540af..1498f1454 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-03-12</para> <itemizedlist> <listitem> + <para>[matthew] - Reorder the contents of chapter 7 to flow better. Thanks to + Chris Staub for the report and suggested order. Fixes + <ulink url="&lfs-ticket-root;2366">#2366</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Install Inetutils' version of hostname, rather than Coreutils' version, as it is more featureful. Thanks to Chris Staub & DJ Lucas. Fixes <ulink url="&lfs-ticket-root;2364">#2364</ulink>.</para> diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 6ab487fe6..ef8f45b74 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -14,15 +14,15 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="usage.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="setclock.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="console.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sysklogd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="inputrc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="profile.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="symlinks.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hostname.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="hosts.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="symlinks.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network.xml"/> </chapter> |