1
0
Эх сурвалжийг харах

Alphabetized the installation order per bug 41.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Craigthulu 24 жил өмнө
parent
commit
31bb453495

+ 9 - 0
chapter01/changelog.xml

@@ -120,6 +120,10 @@ Chapter 5: Added the notice about an old version of install-info.
 Chapter 5: Removed the installation of a static gettext.
 </para></listitem>
 
+<listitem><para>
+Chapter 5: Reordered the installations alphabetically.
+</para></listitem>
+
 <listitem><para>
 Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
 </para></listitem>
@@ -195,6 +199,11 @@ Chapter 6: Removed the ld.so section since we only used the man pages and
 replaced it with a patch to man-pages.
 </para></listitem>
 
+<listitem><para>
+Chapter 6: Moved the installations of ed and patch into their alphabetical
+positions.
+</para></listitem>
+
 <listitem><para>
 Chapter 7: Fixed the delays in the killproc function in the functions
 script. Now, after kill, first check PIDs, then sleep 2 if needed. More

+ 2 - 3
chapter06/chapter06.xml

@@ -5,12 +5,9 @@
 &c6-aboutdebug;
 &c6-bashprofile;
 &c6-chroot;
-
 &c6-glibc;
 &c6-makedev;
 &c6-manpages;
-&c6-ed;
-&c6-patch;
 &c6-findutils;
 &c6-mawk;
 &c6-ncurses;
@@ -32,6 +29,7 @@
 &c6-bin86;
 &c6-binutils;
 &c6-bzip2;
+&c6-ed;
 &c6-gettext;
 &c6-kbd;
 &c6-diffutils;
@@ -42,6 +40,7 @@
 &c6-lilo;
 &c6-make;
 &c6-modutils;
+&c6-patch;
 &c6-procinfo;
 &c6-procps;
 &c6-psmisc;