glfs/basicnet/djb/ucspi-tcp/ucspi-tcp-inst.xml

17 lines
505 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>ucspi-tcp</application></title>
<para>Install <application>ucspi-tcp</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np1 -i ../ucspi-tcp-0.88-errno.patch &amp;&amp;
sed 's|/usr/local|/usr|' conf-home &gt; conf-home~ &amp;&amp;
mv conf-home~ conf-home &amp;&amp;
sed 's/bin/sbin/' hier.c &gt; hier.c~ &amp;&amp;
mv hier.c~ hier.c &amp;&amp;
make &amp;&amp;
make setup check</command></userinput></screen>
</sect2>