Changeset 5afe4f3
- Timestamp:
- Sep 6, 2015, 10:35:35 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- 7da6efb
- Parents:
- e7c1e7c
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iputils.xml
re7c1e7c r5afe4f3 25 25 <title>Installation of IPutils</title> 26 26 27 <para os="p1">IPutils has various issues addressed by the following 28 patch:</para> 27 <para os="p1">Apply the following patch for man-pages and build edits:</para> 29 28 30 <screen os="p2"><userinput>patch -Np1 -i ../&iputils- fixes-patch;</userinput></screen>29 <screen os="p2"><userinput>patch -Np1 -i ../&iputils-build-patch;</userinput></screen> 31 30 32 31 <para os="a">Compile the package:</para> 33 32 34 33 <screen os="b"><userinput>make \ 35 IPV4_TARGETS="tracepath ping clockdiff rdisc" \ 36 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 34 TARGETS="clockdiff ping rdisc tracepath tracepath6 traceroute6</userinput></screen> 37 35 38 36 <para os="c">This package does not come with a test suite.</para> … … 45 43 install -v -m755 tracepath /usr/bin 46 44 install -v -m755 trace{path,route}6 /usr/bin 47 install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen> 45 install -v -m644 doc/*.8 /usr/share/man/man8 46 ln -sv ping /bin/ping4 47 ln -sv ping /bin/ping6</userinput></screen> 48 48 49 49 </sect2> … … 56 56 57 57 <seglistitem> 58 <seg>clockdiff, ping, rdisc, tracepath, tracepath6, traceroute6 </seg>58 <seg>clockdiff, ping, rdisc, tracepath, tracepath6, traceroute6, ping4 (link to ping), ping6 (link to ping)</seg> 59 59 </seglistitem> 60 60 </segmentedlist> … … 89 89 <listitem> 90 90 <para>Sends echo-request packets and reports how long the replies 91 take. This is the IPV4 version</para>91 take.</para> 92 92 <indexterm zone="ch-system-iputils ping"> 93 93 <primary sortas="b-ping">ping</primary> … … 95 95 </listitem> 96 96 </varlistentry> 97 <!-- 97 98 <varlistentry id="ping4"> 99 <term><command>ping</command></term> 100 <listitem> 101 <para>Executes ping for IPV4 support</para> 102 <indexterm zone="ch-system-iputils ping4"> 103 <primary sortas="b-ping4">ping</primary> 104 </indexterm> 105 </listitem> 106 </varlistentry> 107 98 108 <varlistentry id="ping6"> 99 109 <term><command>ping6</command></term> 100 110 <listitem> 101 <para>Sends echo-request packets and reports how long the replies 102 take. This is the IPV6 version</para> 111 <para>Executes ping for IPV6 support</para> 103 112 <indexterm zone="ch-system-iputils ping6"> 104 113 <primary sortas="b-ping6">ping6</primary> … … 106 115 </listitem> 107 116 </varlistentry> 108 --> 117 109 118 <varlistentry id="rdisc"> 110 119 <term><command>rdisc</command></term> -
BOOK/final-system/multilib/iputils.xml
re7c1e7c r5afe4f3 35 35 36 36 <screen os="b"><userinput>make CC="gcc ${BUILD64}" \ 37 IPV4_TARGETS="tracepath ping clockdiff rdisc" \ 38 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 37 TARGETS="clockdiff ping rdisc tracepath tracepath6 traceroute6</userinput></screen> 39 38 40 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.