Ver código fonte

Changed net-tools's installation method to 'make update' instead of
'make install'


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1178 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Gerard Beekmans 24 anos atrás
pai
commit
78a9ee5ab0
4 arquivos alterados com 9 adições e 8 exclusões
  1. 6 1
      chapter01/changelog.xml
  2. 1 7
      chapter06/nettools-inst.xml
  3. 1 0
      chapter06/nettools.xml
  4. 1 0
      index.xml

+ 6 - 1
chapter01/changelog.xml

@@ -5,7 +5,12 @@
 
 <itemizedlist>
 
-<listitem><para>September 2nd, 2001 [markh]: Chapter 6 - Procinfo:
+<listitem><para>September 5th, 2001 [gerard]: Chapter 6 - Net-tools:
+Instead of running make install, we now run make update. It does the
+same, except make update doesn't make backup of programs it's
+replacing.</para></listitem>
+
+<listitem><para>September 5th, 2001 [markh]: Chapter 6 - Procinfo:
 Removed sed and replaced with a flag to make.</para></listitem>
 
 <listitem><para>September 5th, 2001 [markh]: Chapter 6 - E2fsprogs:

+ 1 - 7
chapter06/nettools-inst.xml

@@ -4,13 +4,7 @@
 <para>Install Net-tools by running the following commands:</para>
 
 <para><screen><userinput>make &amp;&amp;</userinput>
-<userinput>make install</userinput></screen></para>
-
-<para>The <userinput>hostname</userinput> from this package replaces the
-version that was originally installed by the sh-utils package. Sometimes 
-the sh-utils version gets left behind as /bin/hostname.old so you may 
-wish to remove it by running 
-<userinput>rm /bin/hostname.old</userinput></para>
+<userinput>make update</userinput></screen></para>
 
 </sect2>
 

+ 1 - 0
chapter06/nettools.xml

@@ -5,6 +5,7 @@
 Estimated required disk space:  &net-tools-compsize;</screen>
 
 &c6-nettools-inst;
+&c6-nettools-exp;
 &aa-nettools-desc;
 &ab-net-tools-dep;
 

+ 1 - 0
index.xml

@@ -307,6 +307,7 @@
 <!ENTITY c6-netkitbase-inst SYSTEM "chapter6/netkitbase-inst.xml">
 <!ENTITY c6-nettools SYSTEM "chapter6/nettools.xml">
 <!ENTITY c6-nettools-inst SYSTEM "chapter6/nettools-inst.xml">
+<!ENTITY c6-nettools-exp SYSTEM "chapter6/nettools-exp.xml">
 <!ENTITY c6-removeoldnss SYSTEM "chapter6/removeoldnss.xml">
 <!ENTITY c6-configure SYSTEM "chapter6/configure.xml">
 <!ENTITY c6-cf-glibc SYSTEM "chapter6/config-glibc.xml">