mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Netkit-base conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5406b139fb
commit
18e6f64481
@ -1,3 +1,5 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Netkit-base Installation Dependencies</title>
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
<sect2><title>Contents of Netkit-base</title>
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Descriptions</title>
|
||||
|
||||
<para>Last checked against version &netkit-base-contversion;.</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>inetd and ping</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
<sect3><title>Program file descriptions</title>
|
||||
|
||||
<sect4><title>inetd</title>
|
||||
<para>inetd is the mother of all daemons. It listens for connections and
|
||||
|
16
appendixa/netkitbase-shortdesc.xml
Normal file
16
appendixa/netkitbase-shortdesc.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<sect2><title>Contents of Netkit-base</title>
|
||||
|
||||
<para>Last checked against version &netkit-base-contversion;.</para>
|
||||
|
||||
<para>The Netkit-base package contains two network-related
|
||||
tools: ping, which determines the response time of ICMP packets,
|
||||
and the inet daemon, which listens for port requests and assigns
|
||||
these requests to the appropriate programs.</para>
|
||||
|
||||
<para>Netkit-base installs the following:</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>inetd and ping</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<?dbhtml filename="netkit-base.html" dir="appendixa"?>
|
||||
|
||||
&aa-netkitbase-down;
|
||||
&aa-netkitbase-shortdesc;
|
||||
&aa-netkitbase-desc;
|
||||
&aa-netkitbase-dep;
|
||||
|
||||
|
@ -1,16 +1,28 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of Netkit-base</title>
|
||||
|
||||
<para>Install Netkit-base by running the following commands:</para>
|
||||
<para>Prepare Netkit-base to be compiled:</para>
|
||||
|
||||
<para><screen><userinput>./configure &&
|
||||
make &&
|
||||
make install &&
|
||||
cp etc.sample/{services,protocols} /etc</userinput></screen></para>
|
||||
<para><screen><userinput>./configure</userinput></screen></para>
|
||||
|
||||
<para>There are other files in the <filename
|
||||
class="directory">etc.sample</filename> directory which might be of
|
||||
interest to you.</para>
|
||||
<para>Continue with compiling the package:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
|
||||
<para>Finally, two essential config files need to be installed in
|
||||
the <filename class="directory">/etc</filename> directory. There are
|
||||
other files in the <filename class="directory">etc.sample</filename>
|
||||
directory which might be of interest to you.</para>
|
||||
|
||||
<para>Complete the installation of this package:</para>
|
||||
|
||||
<para><screen><userinput>cp etc.sample/{services,protocols} /etc</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -5,9 +5,9 @@
|
||||
<screen>Estimated build time: &netkit-base-time;
|
||||
Estimated required disk space: &netkit-base-compsize;</screen>
|
||||
|
||||
&c6-netkitbase-inst;
|
||||
&aa-netkitbase-desc;
|
||||
&aa-netkitbase-shortdesc;
|
||||
&aa-netkitbase-dep;
|
||||
&c6-netkitbase-inst;
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
<!ENTITY aa-netkitbase-desc SYSTEM "../appendixa/netkitbase-desc.xml">
|
||||
<!ENTITY aa-netkitbase-dep SYSTEM "../appendixa/netkitbase-dep.xml">
|
||||
<!ENTITY aa-netkitbase-down SYSTEM "../appendixa/netkitbase-down.xml">
|
||||
<!ENTITY aa-netkitbase-shortdesc SYSTEM "../appendixa/netkitbase-shortdesc.xml">
|
||||
|
||||
<!ENTITY netkit-base-version "0.17">
|
||||
<!ENTITY netkit-base-depversion "0.17">
|
||||
|
Loading…
Reference in New Issue
Block a user