aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 4c31b395e..b61f479d1 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -134,6 +134,12 @@ Chapter 6: Changed all "rm file && ln -s dest file" into
</para></listitem>
<listitem><para>
+Chapter 6: Added a sed to fix a problem during glibc-installation.
+pt_chown can not be installed setuid root, because "root" is not known by
+glibc yet (kind of hen and egg-problem).
+</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.