aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:23:32 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-13 07:23:32 +0000
commit0c418fcb89f74d6960cdb58a81801671ed4acb7b (patch)
tree96b7758400ab9dcbab57928b87d8a7e76164a16b /chapter01
parent668813fb56bf035819d6301add7122a7ea67d0aa (diff)
Applied Zack's shadow patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index e970c16ce..186d313ec 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,11 +74,15 @@
</itemizedlist>
</para></listitem>
-<listitem><para>May 12th, 2003 [winkie]: Chapter 06 - Installing Procps:
+<listitem><para>May 13th, 2003 [winkie]: Chapter 06 - Installing Shadow:
+touch the /usr/bin/passwd file before installation. Not doing so results in
+Shadow thinking passwd will be in /bin/passwd.</para></listitem>
+
+<listitem><para>May 13th, 2003 [winkie]: Chapter 06 - Installing Procps:
Remove the /lib/libproc.so symlink. No package outside of Procps itself
uses this library, and none should.</para></listitem>
-<listitem><para>May 12th, 2003 [winkie]: Chapter 06 - Installing Net-tools:
+<listitem><para>May 13th, 2003 [winkie]: Chapter 06 - Installing Net-tools:
Run "make config" before doing make. Fixes bugs #462 and
#497.</para></listitem>