diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 05:01:14 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-16 05:01:14 +0000 |
commit | f91c2e4357c28e7718127ae75bd3587e7cd86a01 (patch) | |
tree | b5a0213aa6e192db0f0d445b359f213172998940 /chapter06 | |
parent | acfd4141bd058ee2302d56ce277528fe7fa1ee86 (diff) |
Fixed link to BLFS's db page referenced in iproute2. Thanks Randy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6006 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 8935e1c9e..05a92f2fc 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -39,7 +39,7 @@ Berkeley DB by applying the <command>sed</command> command below. If the <command>arpd</command> binary is needed, instructions for compiling Berkeley DB can be found in the BLFS Book at <ulink - url="&blfs-root;view/svn/content/databases.html#db"/>. + url="&blfs-root;view/svn/server/databases.html#db"/>. </para> <screen><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen> |