소스 검색

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
Archaic 19 년 전
부모
커밋
3153491122
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      chapter06/pkgmgt.xml

+ 0 - 8
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>