mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Add &'s to traceroute
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
912e225669
commit
c7f304346e
@ -3,11 +3,11 @@
|
||||
|
||||
<para>Install traceroute by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>sed 's|@prefix@|/usr|' Makefile.in > Makefile.in~</userinput>
|
||||
<userinput>mv Makefile.in~ Makefile.in</userinput>
|
||||
<userinput>./configure</userinput>
|
||||
<userinput>make</userinput>
|
||||
<userinput>make install</userinput>
|
||||
<para><screen><userinput>sed 's|@prefix@|/usr|' Makefile.in > Makefile.in~ &&</userinput>
|
||||
<userinput>mv Makefile.in~ Makefile.in &&</userinput>
|
||||
<userinput>./configure &&</userinput>
|
||||
<userinput>make &&</userinput>
|
||||
<userinput>make install &&</userinput>
|
||||
<userinput>make install-man</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>July 13th, 2002 [markh]: Basic Networking - Add &'s
|
||||
to traceroute commands.</para></listitem>
|
||||
|
||||
<listitem><para>July 13th, 2002 [markh]: Update location of
|
||||
cvs package.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user