mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
14 lines
503 B
XML
14 lines
503 B
XML
|
<sect2>
|
||
|
<title>Installation of ucspi-tcp</title>
|
||
|
|
||
|
<para>Install ucspi-tcp by running the following commands:</para>
|
||
|
<para><screen><userinput>sed 's|/usr/local|/usr|' conf-home > conf-home~ &&</userinput>
|
||
|
<userinput>mv conf-home~ conf-home &&</userinput>
|
||
|
<userinput>sed 's/bin/sbin/' hier.c > hier.c~ &&</userinput>
|
||
|
<userinput>mv hier.c~ hier.c &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make setup check</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|