From 18e6f6448194e5d9842c89d87006a669f49b5a7e Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Fri, 17 Jan 2003 03:55:01 +0000 Subject: Netkit-base conversion. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/netkitbase-dep.xml | 2 ++ appendixa/netkitbase-desc.xml | 9 ++++----- appendixa/netkitbase-shortdesc.xml | 16 ++++++++++++++++ appendixa/netkitbase.xml | 1 + chapter06/netkitbase-inst.xml | 28 ++++++++++++++++++++-------- chapter06/netkitbase.xml | 4 ++-- entities/netkitbase.ent | 1 + 7 files changed, 46 insertions(+), 15 deletions(-) create mode 100644 appendixa/netkitbase-shortdesc.xml 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 @@ +   + Netkit-base Installation Dependencies 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 @@ -Contents of Netkit-base +   -Last checked against version &netkit-base-contversion;. +Descriptions -Program Files -inetd and ping +Last checked against version &netkit-base-contversion;. -Descriptions +Program file descriptions inetd 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 @@ +Contents of Netkit-base + +Last checked against version &netkit-base-contversion;. + +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. + +Netkit-base installs the following: + +Program Files +inetd and ping + + + 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 @@ &aa-netkitbase-down; +&aa-netkitbase-shortdesc; &aa-netkitbase-desc; &aa-netkitbase-dep; diff --git a/chapter06/netkitbase-inst.xml b/chapter06/netkitbase-inst.xml index 7729d82d3..ccf979b87 100644 --- a/chapter06/netkitbase-inst.xml +++ b/chapter06/netkitbase-inst.xml @@ -1,16 +1,28 @@ +   + Installation of Netkit-base -Install Netkit-base by running the following commands: +Prepare Netkit-base to be compiled: + +./configure + +Continue with compiling the package: + +make + +Install the package: + +make install + +Finally, two essential config files need to be installed in +the /etc directory. There are +other files in the etc.sample +directory which might be of interest to you. -./configure && -make && -make install && -cp etc.sample/{services,protocols} /etc +Complete the installation of this package: -There are other files in the etc.sample directory which might be of -interest to you. +cp etc.sample/{services,protocols} /etc diff --git a/chapter06/netkitbase.xml b/chapter06/netkitbase.xml index 1e8acf92f..ce43ebd7c 100644 --- a/chapter06/netkitbase.xml +++ b/chapter06/netkitbase.xml @@ -5,9 +5,9 @@ Estimated build time: &netkit-base-time; Estimated required disk space: &netkit-base-compsize; -&c6-netkitbase-inst; -&aa-netkitbase-desc; +&aa-netkitbase-shortdesc; &aa-netkitbase-dep; +&c6-netkitbase-inst; diff --git a/entities/netkitbase.ent b/entities/netkitbase.ent index 7317163ce..082ff4e64 100644 --- a/entities/netkitbase.ent +++ b/entities/netkitbase.ent @@ -7,6 +7,7 @@ + -- cgit v1.2.3-54-g00ecf