Browse Source

Removing unused Netkit-base files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2697 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud 22 years ago
parent
commit
391d2ee39b

+ 0 - 18
appendixa/netkitbase-dep.xml

@@ -1,18 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</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>
-

+ 0 - 20
appendixa/netkitbase-desc.xml

@@ -1,20 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</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>
-

+ 0 - 6
appendixa/netkitbase-down.xml

@@ -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>

+ 0 - 16
appendixa/netkitbase-shortdesc.xml

@@ -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>
-

+ 0 - 11
appendixa/netkitbase.xml

@@ -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>
-

+ 0 - 28
chapter06/netkitbase-inst.xml

@@ -1,28 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Installation of Netkit-base</title>
-
-<para>Prepare Netkit-base to be compiled:</para>
-
-<para><screen><userinput>./configure</userinput></screen></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>
-

+ 0 - 13
chapter06/netkitbase.xml

@@ -1,13 +0,0 @@
-<sect1 id="ch06-netkitbase">
-<title>Installing Netkit-base-&netkit-base-version;</title>
-<?dbhtml filename="netkit-base.html" dir="chapter06"?>
-
-<screen>Estimated build time:           &netkit-base-time;
-Estimated required disk space:  &netkit-base-compsize;</screen>
-
-&aa-netkitbase-shortdesc;
-&aa-netkitbase-dep;
-&c6-netkitbase-inst;
-
-</sect1>
-

+ 0 - 20
entities/netkitbase.ent

@@ -1,20 +0,0 @@
-<!ENTITY c4-netkitbase SYSTEM "../chapter04/netkitbase.xml">
-
-<!ENTITY c6-netkitbase SYSTEM "../chapter06/netkitbase.xml">
-<!ENTITY c6-netkitbase-inst SYSTEM "../chapter06/netkitbase-inst.xml">
-
-<!ENTITY aa-netkitbase SYSTEM "../appendixa/netkitbase.xml">
-<!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">
-<!ENTITY netkit-base-contversion "0.17">
-<!ENTITY netkit-base-size "55 KB">
-<!ENTITY netkit-base-dir "netkit-base-&netkit-base-version;">
-<!ENTITY netkit-base-package "netkit-base-&netkit-base-version;.tar.bz2">
-
-<!ENTITY netkit-base-compsize "1 MB">
-<!ENTITY netkit-base-time "0.03 SBU">