diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-29 23:21:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-29 23:21:14 +0000 |
commit | 391d2ee39bf1483cdc3f20e5290c058ef70307a1 (patch) | |
tree | cf9041de17d6a0c18cbc83b7facbcb2436ebaaaa /appendixa | |
parent | 5e49531c2381fa865fbf026812be54781da9e1d3 (diff) |
Removing unused Netkit-base files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/netkitbase-dep.xml | 18 | ||||
-rw-r--r-- | appendixa/netkitbase-desc.xml | 20 | ||||
-rw-r--r-- | appendixa/netkitbase-down.xml | 6 | ||||
-rw-r--r-- | appendixa/netkitbase-shortdesc.xml | 16 | ||||
-rw-r--r-- | appendixa/netkitbase.xml | 11 |
5 files changed, 0 insertions, 71 deletions
diff --git a/appendixa/netkitbase-dep.xml b/appendixa/netkitbase-dep.xml deleted file mode 100644 index c85b7c0c6..000000000 --- a/appendixa/netkitbase-dep.xml +++ /dev/null @@ -1,18 +0,0 @@ -<sect2><title> </title><para> </para></sect2> - -<sect2> -<title>Netkit-base Installation Dependencies</title> - -<para>Last checked against version &netkit-base-depversion;.</para> - -<literallayout>Bash: sh -Binutils: as, ld, strip -Fileutils: cp, install, rm -Make: make -Gcc: cc1, collect2, cpp0, gcc -Sed: sed -Sh-utils: date -Textutils: cat</literallayout> - -</sect2> - diff --git a/appendixa/netkitbase-desc.xml b/appendixa/netkitbase-desc.xml deleted file mode 100644 index 2e630d130..000000000 --- a/appendixa/netkitbase-desc.xml +++ /dev/null @@ -1,20 +0,0 @@ -<sect2><title> </title><para> </para></sect2> - -<sect2><title>Descriptions</title> - -<para>Last checked against version &netkit-base-contversion;.</para> - -<sect3><title>Program file descriptions</title> - -<sect4><title>inetd</title> -<para>inetd is the mother of all daemons. It listens for connections and -transfers the call to the appropriate daemon.</para></sect4> - -<sect4><title>ping</title> -<para>ping sends ICMP ECHO_REQUEST packets to a host and determines its -response time.</para></sect4> - -</sect3> - -</sect2> - diff --git a/appendixa/netkitbase-down.xml b/appendixa/netkitbase-down.xml deleted file mode 100644 index eed9b76d9..000000000 --- a/appendixa/netkitbase-down.xml +++ /dev/null @@ -1,6 +0,0 @@ -<sect2> -<title>Official Download Location</title> - -<para><literallayout>Netkit-base (&netkit-base-version;): -<ulink url="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"/></literallayout></para> -</sect2> diff --git a/appendixa/netkitbase-shortdesc.xml b/appendixa/netkitbase-shortdesc.xml deleted file mode 100644 index 939221b74..000000000 --- a/appendixa/netkitbase-shortdesc.xml +++ /dev/null @@ -1,16 +0,0 @@ -<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 deleted file mode 100644 index 9e144e704..000000000 --- a/appendixa/netkitbase.xml +++ /dev/null @@ -1,11 +0,0 @@ -<sect1 id="aa-ns-netkitbase"> -<title>Netkit-base</title> -<?dbhtml filename="netkit-base.html" dir="appendixa"?> - -&aa-netkitbase-down; -&aa-netkitbase-shortdesc; -&aa-netkitbase-desc; -&aa-netkitbase-dep; - -</sect1> - |