aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorCraigthulu <shade@jetcity.com>2001-05-21 17:36:25 +0000
committerCraigthulu <shade@jetcity.com>2001-05-21 17:36:25 +0000
commit31bb453495a7ae85d0cd957f2d1bd1aff3bf5183 (patch)
tree4fda5a0c7eee816e47518d6fe517edbc72c7e563 /chapter01
parent543e9d280ae12ed53d85e6dd888e21bbcc997b02 (diff)
Alphabetized the installation order per bug 41.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@647 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 23013478c..97d38a5a6 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -121,6 +121,10 @@ 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>
@@ -196,6 +200,11 @@ 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
details can be read in the comments in the script itself.