From 8cfc23012695fbb4d8f9da556d81a9376b912e85 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 28 Dec 2012 21:46:55 +0000 Subject: [PATCH] Put traceroute in /bin for consistency git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10084 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 78d017e9a..4ebd736bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ 2012-12-28 + + [bdubbs] - Put traceroute in /bin for consistency. + Fixes + #3264. + [bdubbs] - Fix the location for mounting /dev/shm inside chroot. Fixes diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index 471eaa0e2..e773724aa 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -123,10 +123,10 @@ make -C doc html make -C doc install-html docdir=/usr/share/doc/inetutils-&inetutils-version; - Move some programs to their FHS-compliant place: + Move some programs so they are available if /usr is not accessable: -mv -v /usr/bin/{hostname,ping,ping6} /bin -mv -v /usr/bin/traceroute /sbin +mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin