aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/iproute2.xml
diff options
context:
space:
mode:
authorDJ Lucas <dj@linuxfromscratch.org>2008-10-12 22:07:39 +0000
committerDJ Lucas <dj@linuxfromscratch.org>2008-10-12 22:07:39 +0000
commitee0ed772bbd15e02e73c008b7a378f22132d9991 (patch)
tree429c8da4d7c4e1421f5ef5db6c5e8663b1e2eb73 /chapter06/iproute2.xml
parent10d231de50082b9af97fec22901c3feb1b8bec5c (diff)
Reverted r8651.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8656 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r--chapter06/iproute2.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml
index 95aa56e36..33f8dfbd2 100644
--- a/chapter06/iproute2.xml
+++ b/chapter06/iproute2.xml
@@ -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">