diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 23:16:37 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 23:16:37 +0000 |
commit | b06ac510ac87954c59e109b18fd0171ca04107c7 (patch) | |
tree | 5080a0f2cbd18ac71878af0b0c8b347da87b252a /chapter06/shellutils-exp.xml | |
parent | 1b32453efb73e3b9837ff446ba29be7017612f55 (diff) |
removed hostname installation from the sh-utils package by way of the sh-utils-2.0-hostname patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2100 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> + |