aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-21 19:49:12 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-21 19:49:12 +0000
commitedfe9b6f82d7e0f2543d09dcc23cc6f78abc532f (patch)
treeaba9252852cacefe90a16c0f22bb3572b60307cb
parent807d361c2a79d88329160cd1f18b36284771d51c (diff)
added rm /bin/bzless /bin/bzmore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml8
-rw-r--r--chapter06/bzip2-inst.xml1
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 188c84bac..1a497b0a5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -33,6 +33,14 @@
</para></listitem>
+<listitem><para>March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we
+move <filename>/usr/bin/bzless</filename> and
+<filename>/usr/bin/bzmore</filename> to the <filename
+class="directory">/bin</filename> directory, we first remove the
+<filename>/bin/bzless</filename> and <filename>/bin/bzmore</filename>
+files. On some systems overwriting the existing files doesn't work due to
+hardlinks being used.</para></listitem>
+
<listitem><para>March 21st, 2002 [gerard]: Appendix A - Sysklogd: Updated
the download location to <ulink url="http://www.infodrom.org/projects/sysklogd/">http://www.infodrom.org/projects/sysklogd/</ulink></para></listitem>
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml
index c206d39a2..a26bb1919 100644
--- a/chapter06/bzip2-inst.xml
+++ b/chapter06/bzip2-inst.xml
@@ -14,6 +14,7 @@ cd /usr/lib &amp;&amp;
ln -sf ../../lib/libbz2.so &amp;&amp;
cd /usr/bin &amp;&amp;
rm bunzip2 bzcat bzip2 &amp;&amp;
+rm /bin/bzless /bin/bzmore &amp;&amp;
mv bzip2recover bzless bzmore /bin &amp;&amp;
cd /bin &amp;&amp;
ln -sf bzip2 bunzip2 &amp;&amp;