Changeset 03e6a40 for BOOK/final-system/common/iproute2.xml
- Timestamp:
- Apr 20, 2014, 8:57:39 AM (12 years ago)
- Children:
- 0be79ea
- Parents:
- 88ef769 (diff), 578ca586 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
BOOK/final-system/common/iproute2.xml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r88ef769 r03e6a40 36 36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile 37 37 sed -i '/ARPD/d' Makefile 38 rm -v man/man8/arpd.8</userinput></screen>38 sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> 39 39 40 40 <para os="f1">Remove unused libnl headers:</para> … … 44 44 <para os="a">Compile the package:</para> 45 45 46 <screen os="b"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \ 47 MANDIR=/usr/share/man</userinput></screen> 46 <screen os="b"><userinput>make DESTDIR= MANDIR=/usr/share/man</userinput></screen> 48 47 49 48 <variablelist os="c"> … … 60 59 </listitem> 61 60 </varlistentry> 62 63 <varlistentry>64 <term><parameter>DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man</parameter></term>65 <listitem>66 <para>The DESTDIR=/ parameter would cause documentation to be67 installed into <filename class="directory">/share/doc</filename> and68 <filename class="directory">/share/man</filename>. These options69 ensure the docs are installed to the correct locations.</para>70 </listitem>71 </varlistentry>72 61 </variablelist> 73 62 … … 76 65 <para os="e">Install the package:</para> 77 66 78 <screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \67 <screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2-&iproute2-version; \ 79 68 MANDIR=/usr/share/man install</userinput></screen> 80 69 … … 92 81 nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, 93 82 and tc</seg> 94 <seg>/etc/iproute2, /lib/tc, /usr/lib/tc, /usr/share/doc/iproute2</seg> 83 <seg>/etc/iproute2, /usr/lib/tc, 84 /usr/share/doc/iproute2-&iproute2-version;</seg> 95 85 </seglistitem> 96 86 </segmentedlist> … … 183 173 delete the multicast routing</para> 184 174 185 <para><command>ip monitor</command> allows users to contin ously monitor175 <para><command>ip monitor</command> allows users to continuously monitor 186 176 the state of devices, addresses and routes</para> 187 177 <indexterm zone="ch-system-iproute2 ip">
Note:
See TracChangeset
for help on using the changeset viewer.
