diff options
-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> |