aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2005-01-20 07:38:56 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2005-01-20 07:38:56 +0000
commit50bf6009444b5d2fd4269e4da23cf3f0d563e513 (patch)
tree51543cb48f7211b501619c7d4f68e40277f8efb1
parentf52ea4ef910f0bc4e6bd5646ee78de5ecfaacd5a (diff)
Added extra symlink to testing which did not migrate from Unstable.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4548 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/createfiles.xml2
-rw-r--r--general.ent4
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b7f30009f..c6c1cc35f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,6 +74,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>January 19, 2005 [jeremy]: Added an extra symlink for
+libgcc_s.so to chapter 6 - this never migrated from unstable until now.</para></listitem>
+
<listitem><para>January 9, 2005 [matt]: Added a security patch for the kernel</para></listitem>
<listitem><para>January 9, 2005 [matt]: Added a security patch for vim</para></listitem>
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index b181c1f0f..4ee376e75 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -14,7 +14,7 @@ this chapter after the software has been installed.</para>
<screen><userinput>ln -s /tools/bin/{bash,cat,pwd,stty} /bin
ln -s /tools/bin/perl /usr/bin
-ln -s /tools/lib/libgcc_s.so.1 /usr/lib
+ln -s /tools/lib/libgcc_s.so{,.1} /usr/lib
ln -s bash /bin/sh</userinput></screen>
</sect1>
diff --git a/general.ent b/general.ent
index bd9891cc6..2a7fe9745 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "6.1-testing-20050109">
-<!ENTITY releasedate "January 9, 2005">
+<!ENTITY version "6.1-testing-20050119">
+<!ENTITY releasedate "January 19, 2005">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">