From c66a37ce4fcb1b5ed5fae16229fde39564ae87e7 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 12 Oct 2008 19:04:50 +0000 Subject: Removed broken move in iproute2 commands. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8651 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/iproute2.xml | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 415efc268..556a97e8c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2008-10-12 + + [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 33f8dfbd2..95aa56e36 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -74,14 +74,6 @@ 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 - -- cgit v1.2.3-54-g00ecf