diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/findutils-exp.xml | 9 | ||||
-rw-r--r-- | chapter06/findutils-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/findutils.xml | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/chapter06/findutils-exp.xml b/chapter06/findutils-exp.xml new file mode 100644 index 000000000..e0c8c7cbc --- /dev/null +++ b/chapter06/findutils-exp.xml @@ -0,0 +1,9 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>patch -Np1 -i ../findutils-4.1.patch</userinput>: This +patch is to fix some compliation errors by +avoiding a variable conflict and changing some bad syntax.</para> + +</sect2> + diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml index 856a0d84e..ea032aa63 100644 --- a/chapter06/findutils-inst.xml +++ b/chapter06/findutils-inst.xml @@ -2,8 +2,7 @@ <title>Installing Findutils</title> <para>Before Findutils is installed the findutils patch file has -to be unpacked. This patch is to fix some compliation errors by -avoiding a variable conflict and changing some bad syntax.</para> +to be unpacked.</para> <para>Install Findutils by running the following commands:</para> diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml index 02b296bd3..f0a19fe7c 100644 --- a/chapter06/findutils.xml +++ b/chapter06/findutils.xml @@ -5,6 +5,7 @@ Estimated disk space required: &findutils-compsize;</screen> &c6-findutils-inst; +&c6-findutils-exp; &aa-findutils-desc; </sect1> |