mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
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>
|
|
|