mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-19 10:45:22 +01:00
Put traceroute in /bin for consistency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10084 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
409e7c850f
commit
8cfc230126
@ -39,6 +39,11 @@
|
||||
<listitem>
|
||||
<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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user