From fa21b3dc894b9964620968dfae6685d69ce89fb9 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Fri, 6 Jan 2006 01:59:08 +0000 Subject: Initial support of UTF-8. Thanks Alexander Patrakov. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/iproute2.xml | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) (limited to 'chapter06/iproute2.xml') diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 66d1ea86c..09d61143a 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -25,22 +25,12 @@ &dependencies; - GCC, Glibc, Make, Linux-Headers, and Sed + DB, GCC, Glibc, Make, and Linux-Headers Installation of IPRoute2 - The arpd binary included in this package is - dependent on Berkeley DB. Because arpd is not a very - common requirement on a base Linux system, remove the dependency on - Berkeley DB by applying the sed command below. If - the arpd binary is needed, instructions for - compiling Berkeley DB can be found in the BLFS Book at . - - - sed -i '/^TARGETS/s@arpd@@g' misc/Makefile Prepare IPRoute2 for compilation: chmod u+x configure && @@ -68,6 +58,16 @@ Install the package: make SBINDIR=/sbin install + + The arpd binary links against the 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 + @@ -75,8 +75,9 @@ Installed programs - ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat, routef, - routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, and tc. + arpd, ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat, + routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss, + and tc. @@ -84,6 +85,20 @@ Short Descriptions + + + arpd + + + Userspace ARP daemon, useful in really large networks, where + the kernelspace ARP implementation is insufficient, or + when setting up a honeypot + + arpd + + + + ctstat @@ -292,7 +307,7 @@ Traffic Controlling Executable; this is for Quality Of -Service (QOS) and Class Of Service (COS) + Service (QOS) and Class Of Service (COS) implementations -- cgit v1.2.3-54-g00ecf