aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/inetutils.xml6
2 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b32ad66b5..4fb763c39 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,11 @@
<para>2009-12-06</para>
<itemizedlist>
<listitem>
+ <para>[matthew] Move some of inetutils' programs to an FHS-compliant
+ location. Fixes
+ <ulink url="&lfs-ticket-root;2524">#2524</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] Upgrade to Linux-2.6.32. Fixes
<ulink url="&lfs-ticket-root;2526">#2526</ulink>.</para>
</listitem>
diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml
index 9b530a3ea..79a7484d3 100644
--- a/chapter06/inetutils.xml
+++ b/chapter06/inetutils.xml
@@ -118,10 +118,10 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>Move the <command>ping</command> program to its FHS-compliant
- place:</para>
+ <para>Move some programs to their FHS-compliant place:</para>
-<screen><userinput remap="install">mv -v /usr/bin/ping /bin</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6} /bin
+mv -v /usr/bin/traceroute /sbin</userinput></screen>
</sect2>