mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
added rm /bin/bzless /bin/bzmore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1746 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
807d361c2a
commit
edfe9b6f82
@ -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>
|
||||
|
||||
|
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user