|
@@ -74,6 +74,14 @@
|
|
|
<screen><userinput remap="install">make SBINDIR=/sbin \
|
|
|
DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
|
|
|
|
|
|
+ <para>The <command>arpd</command> binary links against the Berkeley DB
|
|
|
+ libraries that reside in <filename class="directory">/usr</filename> and
|
|
|
+ uses a database in <filename>/var/lib/arpd/arpd.db</filename>. Thus,
|
|
|
+ according to the FHS, it must be in <filename
|
|
|
+ class="directory">/usr/sbin</filename>. Move it there:</para>
|
|
|
+
|
|
|
+ <screen><userinput remap="install">mv -v /sbin/arpd /usr/sbin</userinput></screen>
|
|
|
+
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 id="contents-iproute2" role="content">
|