diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-14 19:03:46 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-14 19:03:46 +0000 |
commit | 36304016c2076dbf1dd08bc8cb0fe51b7e623107 (patch) | |
tree | df6ec92234c3ecb0176efa4ef035ea500309257e /appendixa/netkitbase-desc.xml | |
parent | f71259cce3d623fadc054e42f4e99cde858c994e (diff) |
Description of netkit-base and net-tools added.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/netkitbase-desc.xml')
-rw-r--r-- | appendixa/netkitbase-desc.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/appendixa/netkitbase-desc.xml b/appendixa/netkitbase-desc.xml new file mode 100644 index 000000000..2d5f982f6 --- /dev/null +++ b/appendixa/netkitbase-desc.xml @@ -0,0 +1,33 @@ +<sect2> +<title>Contents</title> + +<para> +The Netkit-base package contains the inetd and ping programs. +</para> + +</sect2> + +<sect2> +<title>Description</title> + +<sect3> +<title>inetd</title> + +<para> +inetd is the mother of all daemons. It listens for connections, and transfers +the call to the appropriate daemon. +</para> + +</sect3> + +<sect3> +<title>ping</title> + +<para> +ping sends ICMP ECHO_REQUEST packets to a host and determines its response time. +</para> + +</sect3> + +</sect2> + |