2003-05-11 22:28:48 +01:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Lfs-Utils</title>
|
|
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make</userinput></screen>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
2003-08-30 00:20:23 +01:00
|
|
|
<para>And install it:</para>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
2003-10-10 00:22:07 +01:00
|
|
|
<screen><userinput>make install</userinput></screen>
|
2003-05-11 22:28:48 +01:00
|
|
|
|
2003-10-09 23:35:55 +01:00
|
|
|
<para>Now copy two supporting files included in the Lfs-Utils tarball to
|
|
|
|
their destination:</para>
|
|
|
|
|
2003-10-15 23:39:38 +01:00
|
|
|
<screen><userinput>cp etc/{services,protocols} /etc</userinput></screen>
|
2003-10-09 23:35:55 +01:00
|
|
|
|
|
|
|
<para>The <filename>/etc/services</filename> file is used to resolve service
|
|
|
|
numbers to human-readable names, and the <filename>/etc/protocols</filename>
|
|
|
|
does the same for protocol numbers.</para>
|
|
|
|
|
2003-05-11 22:28:48 +01:00
|
|
|
</sect2>
|
|
|
|
|