- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r89e650d r61ad0b7f 29 29 program, which is dependent on Berkeley DB. Because <command>arpd</command> 30 30 is not a very common requirement on a base Linux system, remove the 31 dependency on Berkeley DB by using the commands31 dependency on Berkeley DB by applying the <command>sed</command> command 32 32 below. If the <command>arpd</command> binary is needed, instructions for 33 33 compiling Berkeley DB can be found in CBLFS at <ulink 34 34 url="&cblfs-root;index.php/Berkeley_DB"/>.</para> 35 35 36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile 37 sed -i '/ARPD/d' Makefile 38 rm -v man/man8/arpd.8</userinput></screen> 39 40 <para os="f1">Remove unused libnl headers:</para> 41 42 <screen os="f2"><userinput>sed -i '/netlink\//d' ip/ipl2tp.c</userinput></screen> 36 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen> 43 37 44 38 <para os="a">Compile the package:</para> … … 89 83 90 84 <seglistitem> 91 <seg> bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,92 nstat,routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,85 <seg>ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat, nstat, 86 routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, 93 87 and tc</seg> 94 88 <seg>/etc/iproute2, /lib/tc, /usr/lib/tc, /usr/share/doc/iproute2</seg> … … 100 94 <?dbfo list-presentation="list"?> 101 95 <?dbhtml list-presentation="table"?> 102 103 <varlistentry id="bridge">104 <term><command>bridge</command></term>105 <listitem>106 <para>Configures network bridges</para>107 <indexterm zone="ch-system-iproute2 bridge">108 <primary sortas="b-bridge">bridge</primary>109 </indexterm>110 </listitem>111 </varlistentry>112 96 113 97 <varlistentry id="ctstat">
Note:
See TracChangeset
for help on using the changeset viewer.