diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-06 12:07:54 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-12-06 12:07:54 +0000 |
commit | fbba3766cd870e75b4151a72a493ab0c94f78690 (patch) | |
tree | 1b340f97bc22492cfd2480e01f0335f9bb307d54 | |
parent | 4207f0a4c3e6eb8a7ba876cf997681e6b8d29756 (diff) |
Move some of Inteutils' programs to an FHS-compliant location. Fixes #2524.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 6 |
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> |