Changeset 8867e46 for BOOK/final-system/common
- Timestamp:
- Aug 8, 2010, 6:23:09 AM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 06bf59e
- Parents:
- 2144e6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iputils.xml
r2144e6c r8867e46 25 25 <title>Installation of IPutils</title> 26 26 27 <para os="p1">IPutils has various issues addressed by the following patch:</para> 27 <para os="p1">IPutils has various issues addressed by the following 28 patch:</para> 28 29 29 30 <screen os="p2"><userinput>patch -Np1 -i ../&iputils-fixes-patch;</userinput></screen> 30 31 31 <para os="p3">The following patch contains the man-pages for IPutils:</para> 32 <para os="p3">The following patch contains pregenerated documentation for 33 IPutils:</para> 32 34 33 <screen os="p4"><userinput>patch -Np 0 -i ../&iputils-manpages-patch;</userinput></screen>35 <screen os="p4"><userinput>patch -Np1 -i ../&iputils-doc-patch;</userinput></screen> 34 36 35 37 <para os="a">Compile the package:</para> 36 38 37 <screen os="b"><userinput>make</userinput></screen> 39 <screen os="b"><userinput>make IPV4_TARGETS="tracepath ping clockdiff" \ 40 IPV6_TARGETS="tracepath6 traceroute6"</userinput></screen> 38 41 39 42 <para os="c">This package does not come with a test suite.</para> … … 41 44 <para os="d">Install the package:</para> 42 45 43 <screen os="e"><userinput>install -v -m755 ping{,6} /bin 44 install -v -m755 arping /usr/bin 46 <screen os="e"><userinput>install -v -m755 ping /bin 45 47 install -v -m755 clockdiff /usr/bin 46 48 install -v -m755 rdisc /usr/bin … … 66 68 <?dbfo list-presentation="list"?> 67 69 <?dbhtml list-presentation="table"?> 68 70 <!-- 69 71 <varlistentry id="arping"> 70 72 <term><command>arping</command></term> … … 76 78 </listitem> 77 79 </varlistentry> 78 80 --> 79 81 <varlistentry id="clockdiff"> 80 82 <term><command>clockdiff</command></term> … … 97 99 </listitem> 98 100 </varlistentry> 99 101 <!-- 100 102 <varlistentry id="ping6"> 101 103 <term><command>ping6</command></term> … … 108 110 </listitem> 109 111 </varlistentry> 110 112 --> 111 113 <varlistentry id="rdisc"> 112 114 <term><command>rdisc</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.