diff options
Diffstat (limited to 'chapter06/iproute2.xml')
-rw-r--r-- | chapter06/iproute2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 09d61143a..64397da3c 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -25,7 +25,7 @@ <segmentedlist> <segtitle>&dependencies;</segtitle> <seglistitem> - <seg>DB, GCC, Glibc, Make, and Linux-Headers</seg> + <seg>Berkeley DB, GCC, Glibc, Make, and Linux-Headers</seg> </seglistitem> </segmentedlist> </sect2> @@ -59,7 +59,7 @@ <screen><userinput>make SBINDIR=/sbin install</userinput></screen> - <para>The <command>arpd</command> binary links against the DB libraries + <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 |