glfs/basicnet/netprogs/inetutils/inetutils-inst.xml
Tushar Teredesai f7000b3d63 Patches reogranization Section V
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1305 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 23:18:07 +00:00

17 lines
495 B
XML

<sect2>
<title>Installation of <application>Inetutils</application></title>
<para>Install <application>Inetutils</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --disable-syslogd \
--libexecdir=/usr/sbin --infodir=/usr/share/info \
--sysconfdir=/etc --localstatedir=/var \
--mandir=/usr/share/man --with-wrap &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
mv /usr/bin/ping /bin</command></userinput></screen>
</sect2>