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 /chapter06/netkitbase-inst.xml | |
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 'chapter06/netkitbase-inst.xml')
-rw-r--r-- | chapter06/netkitbase-inst.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/chapter06/netkitbase-inst.xml b/chapter06/netkitbase-inst.xml deleted file mode 100644 index ccf979b87..000000000 --- a/chapter06/netkitbase-inst.xml +++ /dev/null @@ -1,28 +0,0 @@ -<sect2><title> </title><para> </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> - |