diff options
Diffstat (limited to 'chapter08/inetutils.xml')
-rw-r--r-- | chapter08/inetutils.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter08/inetutils.xml b/chapter08/inetutils.xml index bbdc54955..b79a0b782 100644 --- a/chapter08/inetutils.xml +++ b/chapter08/inetutils.xml @@ -114,11 +114,9 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>Move some programs so they are available if <filename - class='directory'>/usr</filename> is not accessible:</para> + <para>Move a program to the proper location:</para> -<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin -mv -v /usr/bin/ifconfig /sbin</userinput></screen> +<screen><userinput remap="install">mv -v /{,s}bin/ifconfig</userinput></screen> </sect2> |