diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/netkitbase-inst.xml | 28 | ||||
-rw-r--r-- | chapter06/netkitbase.xml | 4 |
2 files changed, 22 insertions, 10 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> </title><para> </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 && -make && -make install && -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> 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 @@ <screen>Estimated build time: &netkit-base-time; Estimated required disk space: &netkit-base-compsize;</screen> -&c6-netkitbase-inst; -&aa-netkitbase-desc; +&aa-netkitbase-shortdesc; &aa-netkitbase-dep; +&c6-netkitbase-inst; </sect1> |