diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-05-03 00:07:10 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-05-03 00:07:10 +0000 |
commit | 315349112285a239ea21da7557eda7c09ff1ce7a (patch) | |
tree | 1c15c31bf17e824aed5381c3a1dba3693746affb | |
parent | af04acdbcf883e5b36afa4e6a3797e7889d5a00b (diff) |
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
-rw-r--r-- | chapter06/pkgmgt.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index 9c97e36de..c5c783b92 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -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> |