diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-07 23:53:51 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-07 23:53:51 +0000 |
commit | 2df049de47605fa350de6d0304fc86d40ec705f9 (patch) | |
tree | cbca37a9d90acb3314dfda3d1f37c0ad26c3fc24 /chapter06/iproute2.xml | |
parent | f76cde828d0fdc3eeca158debedda78f4075882d (diff) |
More Berkeleyization for DB, thanks to Randy for advice.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |