mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
9f1dfbe42a
commit
78a9ee5ab0
@ -5,7 +5,12 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<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>
|
Removed sed and replaced with a flag to make.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>September 5th, 2001 [markh]: Chapter 6 - E2fsprogs:
|
<listitem><para>September 5th, 2001 [markh]: Chapter 6 - E2fsprogs:
|
||||||
|
@ -4,13 +4,7 @@
|
|||||||
<para>Install Net-tools by running the following commands:</para>
|
<para>Install Net-tools by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>make &&</userinput>
|
<para><screen><userinput>make &&</userinput>
|
||||||
<userinput>make install</userinput></screen></para>
|
<userinput>make update</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>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
Estimated required disk space: &net-tools-compsize;</screen>
|
Estimated required disk space: &net-tools-compsize;</screen>
|
||||||
|
|
||||||
&c6-nettools-inst;
|
&c6-nettools-inst;
|
||||||
|
&c6-nettools-exp;
|
||||||
&aa-nettools-desc;
|
&aa-nettools-desc;
|
||||||
&ab-net-tools-dep;
|
&ab-net-tools-dep;
|
||||||
|
|
||||||
|
@ -307,6 +307,7 @@
|
|||||||
<!ENTITY c6-netkitbase-inst SYSTEM "chapter6/netkitbase-inst.xml">
|
<!ENTITY c6-netkitbase-inst SYSTEM "chapter6/netkitbase-inst.xml">
|
||||||
<!ENTITY c6-nettools SYSTEM "chapter6/nettools.xml">
|
<!ENTITY c6-nettools SYSTEM "chapter6/nettools.xml">
|
||||||
<!ENTITY c6-nettools-inst SYSTEM "chapter6/nettools-inst.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-removeoldnss SYSTEM "chapter6/removeoldnss.xml">
|
||||||
<!ENTITY c6-configure SYSTEM "chapter6/configure.xml">
|
<!ENTITY c6-configure SYSTEM "chapter6/configure.xml">
|
||||||
<!ENTITY c6-cf-glibc SYSTEM "chapter6/config-glibc.xml">
|
<!ENTITY c6-cf-glibc SYSTEM "chapter6/config-glibc.xml">
|
||||||
|
Loading…
Reference in New Issue
Block a user