aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMarc Heerdink <gimli@linuxfromscratch.org>2001-12-10 15:23:46 +0000
committerMarc Heerdink <gimli@linuxfromscratch.org>2001-12-10 15:23:46 +0000
commit8c5e7152f076d6b68a23e6629a44b49763557f48 (patch)
treea1aefdf4de97412c9982138139b5afedc09f4361 /chapter01
parent7c77094da04a687209937c8bf15ced1d8bac404a (diff)
Resolved bug 192 and a version increase
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1370 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 13e3b220f..c1a573dc5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -6,6 +6,14 @@
<itemizedlist>
+<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: Cleaned
+up the sed commands to use the backup file that was created earlier instead
+of writing to an intermediate 'tmp~' file.</para></listitem>
+
+<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: 'make'
+command for diffutils installation changed to 'make PR_PROGRAM=/usr/bin/pr.'
+This bug was reported by Greg Schafer.</para></listitem>
+
<listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
<emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent