diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f1e0e646c..74dcae52c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -55,10 +55,6 @@
[dj] - Corrected installation of udev rule files.
-
- [dj] - Removed command to move /sbin/arpd to /usr/sbin as this
- is default in iproute2-2.26.6.
-
[randy] - Moved the Chapter 6 M4 installation into alphabetical
order as it is installed in Chapter 5 now and therefore doesn't need
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 @@
make SBINDIR=/sbin \
DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install
+ The arpd binary links against the Berkeley DB
+ libraries that reside in /usr and
+ uses a database in /var/lib/arpd/arpd.db. Thus,
+ according to the FHS, it must be in /usr/sbin. Move it there:
+
+ mv -v /sbin/arpd /usr/sbin
+