aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/netkitbase-inst.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 03:55:01 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-17 03:55:01 +0000
commit18e6f6448194e5d9842c89d87006a669f49b5a7e (patch)
tree228160f61dda9f341199d45c28372a252e0e1a55 /chapter06/netkitbase-inst.xml
parent5406b139fb11b3010fb90d65b536b443d9223bc9 (diff)
Netkit-base conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/netkitbase-inst.xml')
-rw-r--r--chapter06/netkitbase-inst.xml28
1 files changed, 20 insertions, 8 deletions
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 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Netkit-base</title>
-<para>Install Netkit-base by running the following commands:</para>
+<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><screen><userinput>./configure &amp;&amp;
-make &amp;&amp;
-make install &amp;&amp;
-cp etc.sample/{services,protocols} /etc</userinput></screen></para>
+<para>Complete the installation of this package:</para>
-<para>There are other files in the <filename
-class="directory">etc.sample</filename> directory which might be of
-interest to you.</para>
+<para><screen><userinput>cp etc.sample/{services,protocols} /etc</userinput></screen></para>
</sect2>