Browse Source

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
Matthew Burgess 16 years ago
parent
commit
da09a82a35
2 changed files with 7 additions and 2 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 2 2
      chapter07/chapter07.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <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 &amp;

+ 2 - 2
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>