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