<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=145.99.147.185</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.nicewhileitlasted.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=145.99.147.185"/>
	<link rel="alternate" type="text/html" href="https://cblfs.nicewhileitlasted.com/Special:Contributions/145.99.147.185"/>
	<updated>2026-05-21T02:52:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=NetTools&amp;diff=3987</id>
		<title>NetTools</title>
		<link rel="alternate" type="text/html" href="?title=NetTools&amp;diff=3987"/>
		<updated>2006-11-12T21:03:33Z</updated>

		<summary type="html">&lt;p&gt;145.99.147.185: /* Provides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-1.60.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Required Patch:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/net-tools/net-tools-1.60-gcc34-3.patch&lt;br /&gt;
|-&lt;br /&gt;
!Required Patch:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/net-tools/net-tools-1.60-kernel_headers-3.patch&lt;br /&gt;
|-&lt;br /&gt;
!Required Patch:&lt;br /&gt;
| http://svn.cross-lfs.org/svn/repos/patches/net-tools/net-tools-1.60-mii_ioctl-1.patch&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
== Provides ==&lt;br /&gt;
&lt;br /&gt;
* arp&lt;br /&gt;
* hostname&lt;br /&gt;
* test&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
The instructions below automate the configuration process by piping yes to the make config command. If you wish to run the interactive configuration process (by changing the instruction to just make config), but you are not sure how to answer all the questions, then just accept the defaults. This will be just fine in the majority of cases. What you&#039;re asked here is a bunch of questions about which network protocols you&#039;ve enabled in your kernel. The default answers will enable the tools from this package to work with the most common protocols: TCP, PPP, and several others. You still need to actually enable these protocols in the kernel—what you do here is merely tell the package to include support for those protocols in its programs, but it&#039;s up to the kernel to make the protocols available.&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-gcc34-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-kernel_headers-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-mii_ioctl-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 yes &amp;quot;&amp;quot; | make config &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g&#039; \&lt;br /&gt;
        -e &#039;s|HAVE_MII 0|HAVE_MII 1|g&#039; config.h &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g&#039; \&lt;br /&gt;
        -e &#039;s|# HAVE_MII=0|HAVE_MII=1|g&#039; config.make &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make update&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This package does not provide any libraries so only one installation is needed.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The instructions below automate the configuration process by piping yes to the make config command. If you wish to run the interactive configuration process (by changing the instruction to just make config), but you are not sure how to answer all the questions, then just accept the defaults. This will be just fine in the majority of cases. What you&#039;re asked here is a bunch of questions about which network protocols you&#039;ve enabled in your kernel. The default answers will enable the tools from this package to work with the most common protocols: TCP, PPP, and several others. You still need to actually enable these protocols in the kernel—what you do here is merely tell the package to include support for those protocols in its programs, but it&#039;s up to the kernel to make the protocols available.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-gcc34-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-kernel_headers-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-mii_ioctl-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 yes &amp;quot;&amp;quot; | make config &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g&#039; \&lt;br /&gt;
        -e &#039;s|HAVE_MII 0|HAVE_MII 1|g&#039; config.h &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g&#039; \&lt;br /&gt;
        -e &#039;s|# HAVE_MII=0|HAVE_MII=1|g&#039; config.make &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD32}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make update&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-gcc34-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-kernel_headers-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-mii_ioctl-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 yes &amp;quot;&amp;quot; | make config &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g&#039; \&lt;br /&gt;
        -e &#039;s|HAVE_MII 0|HAVE_MII 1|g&#039; config.h &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g&#039; \&lt;br /&gt;
        -e &#039;s|# HAVE_MII=0|HAVE_MII=1|g&#039; config.make &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILDN32}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make update&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-gcc34-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-kernel_headers-3.patch &amp;amp;&amp;amp;&lt;br /&gt;
 patch -Np1 -i ../net-tools-1.60-mii_ioctl-1.patch &amp;amp;&amp;amp;&lt;br /&gt;
 yes &amp;quot;&amp;quot; | make config &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g&#039; \&lt;br /&gt;
        -e &#039;s|HAVE_MII 0|HAVE_MII 1|g&#039; config.h &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i -e &#039;s|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g&#039; \&lt;br /&gt;
        -e &#039;s|# HAVE_MII=0|HAVE_MII=1|g&#039; config.make &amp;amp;&amp;amp;&lt;br /&gt;
 make CC=&amp;quot;gcc ${BUILD64}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make update&lt;/div&gt;</summary>
		<author><name>145.99.147.185</name></author>
	</entry>
</feed>