From fbba3766cd870e75b4151a72a493ab0c94f78690 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 6 Dec 2009 12:07:54 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 5 +++++ 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 @@ -40,6 +40,11 @@ 2009-12-06 + + [matthew] Move some of inetutils' programs to an FHS-compliant + location. Fixes + #2524. + [matthew] Upgrade to Linux-2.6.32. Fixes #2526. 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 @@ make install - Move the ping program to its FHS-compliant - place: + Move some programs to their FHS-compliant place: -mv -v /usr/bin/ping /bin +mv -v /usr/bin/{hostname,ping,ping6} /bin +mv -v /usr/bin/traceroute /sbin