aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorThomas Balu Walter <tw@itreff.de>2001-03-28 15:22:23 +0000
committerThomas Balu Walter <tw@itreff.de>2001-03-28 15:22:23 +0000
commita0fcc028b432c95d5dc8f4c154b01b802c39b16d (patch)
tree66cfe754e6a83719c380eea0a7dd0de7056b1cd2 /chapter01/changelog.xml
parenta21eb83210ffe4358cc41cf2c881d6d30dccb237 (diff)
Added a sed to install pt_chown without copying it ourself
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@374 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 &amp;&amp; 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.