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 /chapter06/inetutils.xml | |
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
Diffstat (limited to 'chapter06/inetutils.xml')
-rw-r--r-- | chapter06/inetutils.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |