diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:55:01 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 03:55:01 +0000 |
commit | 18e6f6448194e5d9842c89d87006a669f49b5a7e (patch) | |
tree | 228160f61dda9f341199d45c28372a252e0e1a55 /appendixa | |
parent | 5406b139fb11b3010fb90d65b536b443d9223bc9 (diff) |
Netkit-base conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/netkitbase-dep.xml | 2 | ||||
-rw-r--r-- | appendixa/netkitbase-desc.xml | 9 | ||||
-rw-r--r-- | appendixa/netkitbase-shortdesc.xml | 16 | ||||
-rw-r--r-- | appendixa/netkitbase.xml | 1 |
4 files changed, 23 insertions, 5 deletions
diff --git a/appendixa/netkitbase-dep.xml b/appendixa/netkitbase-dep.xml index f05707d0f..c85b7c0c6 100644 --- a/appendixa/netkitbase-dep.xml +++ b/appendixa/netkitbase-dep.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Netkit-base Installation Dependencies</title> diff --git a/appendixa/netkitbase-desc.xml b/appendixa/netkitbase-desc.xml index 44cf5489f..2e630d130 100644 --- a/appendixa/netkitbase-desc.xml +++ b/appendixa/netkitbase-desc.xml @@ -1,11 +1,10 @@ -<sect2><title>Contents of Netkit-base</title> +<sect2><title> </title><para> </para></sect2> -<para>Last checked against version &netkit-base-contversion;.</para> +<sect2><title>Descriptions</title> -<sect3><title>Program Files</title> -<para>inetd and ping</para></sect3> +<para>Last checked against version &netkit-base-contversion;.</para> -<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 diff --git a/appendixa/netkitbase-shortdesc.xml b/appendixa/netkitbase-shortdesc.xml new file mode 100644 index 000000000..939221b74 --- /dev/null +++ b/appendixa/netkitbase-shortdesc.xml @@ -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> + diff --git a/appendixa/netkitbase.xml b/appendixa/netkitbase.xml index f7b749d32..9e144e704 100644 --- a/appendixa/netkitbase.xml +++ b/appendixa/netkitbase.xml @@ -3,6 +3,7 @@ <?dbhtml filename="netkit-base.html" dir="appendixa"?> &aa-netkitbase-down; +&aa-netkitbase-shortdesc; &aa-netkitbase-desc; &aa-netkitbase-dep; |