diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:12:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-15 00:12:18 +0000 |
commit | 09dc32c25048aab6c14a26380444e0f2df5e7a92 (patch) | |
tree | 9ef529407e29a8bd6b76f15b80ae9977130701c4 /chapter06 | |
parent | a3368117a90ad960b14d73fc8fd8841b0c018c29 (diff) |
Updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@513 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/netkitbase.xml | 25 | ||||
-rw-r--r-- | chapter06/nettools.xml | 21 |
2 files changed, 8 insertions, 38 deletions
diff --git a/chapter06/netkitbase.xml b/chapter06/netkitbase.xml index 5b6303608..74d18e79d 100644 --- a/chapter06/netkitbase.xml +++ b/chapter06/netkitbase.xml @@ -1,25 +1,8 @@ -<sect2> +<sect1 id="ch09-netkitbase"> <title>Installing Netkit-base</title> -<para> -Install Netkit-base by running the following commands: -</para> +&c9-netkitbase-inst; +&aa-netkitbase-desc; -<blockquote><literallayout> - - <userinput>./configure &&</userinput> - <userinput>make &&</userinput> - <userinput>make install &&</userinput> - <userinput>cd etc.sample &&</userinput> - <userinput>cp services protocols /etc</userinput> - -</literallayout></blockquote> - -<para> -There are other files in the <filename -class="directory">etc.sample</filename> directory which might be of -interest to the user. -</para> - -</sect2> +</sect1> diff --git a/chapter06/nettools.xml b/chapter06/nettools.xml index fb45eb059..719b47eae 100644 --- a/chapter06/nettools.xml +++ b/chapter06/nettools.xml @@ -1,21 +1,8 @@ -<sect2> +<sect1 id="ch09-nettools"> <title>Installing Net-tools</title> -<para> -The <filename>Makefile</filename> file CFLAGS variable has to be edited -if compiler optimizations should be added. -</para> +&c9-nettools-inst; +&aa-nettools-desc; -<para> -Install Net-tools by running the following commands: -</para> - -<blockquote><literallayout> - - <userinput>make &&</userinput> - <userinput>make install</userinput> - -</literallayout></blockquote> - -</sect2> +</sect1> |