Removed warning about install being safer than cp. Closes ticket #1728.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2006-05-03 00:07:10 +00:00
parent af04acdbcf
commit 3153491122

View File

@ -76,14 +76,6 @@
should not remove the previous libraries until the dependent packages
are recompiled.</para>
</listitem>
<listitem>
<para>If you are upgrading a running system, be on the lookout for
packages that use <command>cp</command> instead of
<command>install</command> to install files. The latter command is
usually safer if the executable or library is already loaded in memory.
</para>
</listitem>
</itemizedlist>
</sect2>