source: basicnet/djb/ucspi-tcp/ucspi-tcp-inst.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 503 bytes
Line 
1<sect2>
2<title>Installation of ucspi-tcp</title>
3
4<para>Install ucspi-tcp by running the following commands:</para>
5<para><screen><userinput>sed 's|/usr/local|/usr|' conf-home &gt; conf-home~ &amp;&amp;</userinput>
6<userinput>mv conf-home~ conf-home &amp;&amp;</userinput>
7<userinput>sed 's/bin/sbin/' hier.c &gt; hier.c~ &amp;&amp;</userinput>
8<userinput>mv hier.c~ hier.c &amp;&amp;</userinput>
9<userinput>make &amp;&amp;</userinput>
10<userinput>make setup check</userinput></screen></para>
11
12</sect2>
13
Note: See TracBrowser for help on using the repository browser.