aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-03-12 21:02:01 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-03-12 21:02:01 +0000
commitc92413c55029fdc26cdd1b82a86558745153f3ce (patch)
tree150460c268bc36bd97960d88b99c64d1e31b6246 /chapter01
parentd1b03c872e3dcc6867febf8b613a7a4142949a19 (diff)
Use Inetutils' version of hostname, rather than Coreutils' version. Fixes #2364.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8836 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a4ae254cc..7e5c540af 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,11 @@
<para>2009-03-12</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Install Inetutils' version of hostname, rather than
+ Coreutils' version, as it is more featureful. Thanks to Chris Staub &amp;
+ DJ Lucas. Fixes <ulink url="&lfs-ticket-root;2364">#2364</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Build mkswap in chapter 5's Util-Linux-NG as it is
required by the e2fsprogs test suite. Also, remove the now
unnecessary BLKID_LIBS variable. Fixes