diff options
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index af4c1790d..df6ffc3af 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -39,12 +39,7 @@ <sect2 role="installation"> <title>Installation of Inetutils</title> -<!-- - <para>Create a definition to allow the <command>ifconfig</command> program - to build properly:</para> -<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' >> ifconfig/system/linux.h </userinput></screen> ---> <para>Prepare Inetutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ @@ -110,10 +105,6 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>One test, <emphasis>libls.sh</emphasis>, is known to fail due to hard - coding of some support program paths. All tests pass if the tests are - rerun at the end of Chapter 6.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |