| 123456789101112131415161718192021222324252627282930313233343536373839 | <sect2><title> </title><para> </para></sect2><sect2><title>Installation of Net-tools</title><para>If you don't know what to answer to all the questions asked duringthe <userinput>make</userinput> phase, then just accept the defaults, whichwill be just fine in the majority of the cases. What you are asked hereare a bunch of questions relating to the kind of network protocols that youhave enabled in your kernel.</para><para>The default answers will enable the tools from this package to workwith the most common protocols such as TCP, PPP and a bunch of others. Youstill need to actually enable these protocols in the kernel. What you dohere is merely telling the programs to be able to use those protocols, butit's up to the kernel to make them available to the system.</para><para>Compile the package:</para><para><screen><userinput>make</userinput></screen></para><para>If you intend to accept the default settings, you may skipthe questions generated by <emphasis>make</emphasis> by runing<userinput>yes "" | make</userinput> instead.</para><para>Finish installing the package:</para><para><screen><userinput>make update</userinput></screen></para><para>The <emphasis>update</emphasis> option to <userinput>make</userinput>works similarly to the <emphasis>install</emphasis> option, with oneexception: it doesn't make backups of files it's replacing.</para><para>If you decide to reinstall this package at some point in thefuture, a <userinput>make update</userinput> won't backup all the filesfrom a previous net-tools installation.</para></sect2>
 |