diff options
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | chapter06/bzip2-inst.xml | 1 |
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 && ln -sf ../../lib/libbz2.so && cd /usr/bin && rm bunzip2 bzcat bzip2 && +rm /bin/bzless /bin/bzmore && mv bzip2recover bzless bzmore /bin && cd /bin && ln -sf bzip2 bunzip2 && |