Changeset 8d00c46 for BOOK/final-system/common/iputils.xml
- Timestamp:
- Feb 18, 2009, 11:27:54 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 56c7abf
- Parents:
- ffe68ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iputils.xml
rffe68ed r8d00c46 31 31 <para os="p3">The following patch contains the man-pages for IPutils:</para> 32 32 33 <screen os="p4"><userinput>patch -Np 1-i ../&iputils-manpages-patch;</userinput></screen>33 <screen os="p4"><userinput>patch -Np0 -i ../&iputils-manpages-patch;</userinput></screen> 34 34 35 35 <para os="a">Compile the package:</para> … … 42 42 43 43 <screen os="e"><userinput>cp -v ping{,6} /bin 44 cp -v arping /usr/bin 45 cp -v tracepath /usr/bin 46 cp -v trace{path,route}6 /usr/bin 44 install -v -m755 arping /usr/bin 45 install -v -m755 clockdiff /usr/bin 46 install -v -m755 rdisc /usr/bin 47 install -v -m755 tracepath /usr/bin 48 install -v -m755 trace{path,route}6 /usr/bin 47 49 install -v -m644 doc/*.8 /usr/share/man/man8</userinput></screen> 48 50 … … 56 58 57 59 <seglistitem> 58 <seg>arping, ping, ping6,tracepath, tracepath6, and traceroute6</seg>60 <seg>arping, clockdiff, ping, ping6, rdisc. tracepath, tracepath6, and traceroute6</seg> 59 61 </seglistitem> 60 62 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.