aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-13 17:19:45 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-13 17:19:45 +0000
commite0d18a70caed39d29a50317d1a857ad771117dad (patch)
tree8f824374a8d3dd69127df1aab2dec0402523dbf8 /chapter01
parent015eb7c61c4f758e472834cbbac99ad558ba3f97 (diff)
Changed all "rm file && ln -s dest file" into "ln -sf file".
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index af167ff82..6fa7a953e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -123,6 +123,11 @@ into one line.
</para></listitem>
<listitem><para>
+Chapter 6: Changed all "rm file && ln -s dest file" into
+"ln -sf file" (in glibc, bzip2 and gzip installation).
+</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.