diff options
Diffstat (limited to 'chapter06/shellutils-exp.xml')
-rw-r--r-- | chapter06/shellutils-exp.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter06/shellutils-exp.xml b/chapter06/shellutils-exp.xml new file mode 100644 index 000000000..872f025f6 --- /dev/null +++ b/chapter06/shellutils-exp.xml @@ -0,0 +1,11 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>patch -Np1 -i ../sh-utils-&sh-utils-hostname-patch-version;.patch:</userinput> This patch +supresses the build of the hostname program which we will be installed +later with the net-tools package. The hostname program from the net-tools +package is a much better version (and in some cases even required since it +supports options that are needed by some programs such as XFree86).</para> + +</sect2> + |