diff options
-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 78d017e9a..4ebd736bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2012-12-28</para> <itemizedlist> <listitem> + <para>[bdubbs] - Put traceroute in /bin for consistency. + Fixes + <ulink url="&lfs-ticket-root;3264">#3264</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Fix the location for mounting /dev/shm inside chroot. Fixes <ulink url="&lfs-ticket-root;3258">#3258</ulink>.</para> 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;</userinput></screen> - <para>Move some programs to their FHS-compliant place:</para> + <para>Move some programs so they are available if <filename + class='directory'>/usr</filename> is not accessable:</para> -<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6} /bin -mv -v /usr/bin/traceroute /sbin</userinput></screen> +<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen> </sect2> |