diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-11-17 21:13:16 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-11-17 21:13:16 +0000 |
commit | 31c3309c54a5c818f3515dc6fa08063a60167679 (patch) | |
tree | 2512a76924b198441ebb85c4db9557bf63f1e65f /chapter06 | |
parent | 12d96141dd9ae93b970ac97435a0c61bb73b290b (diff) |
Update to libpipeline-1.5.0.
Update to dbus-1.12.2.
Update to iproute2-4.14.1.
Update to linux-4.14.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11332 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/iproute2.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index 0baf620cc..35d07b8db 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -43,16 +43,15 @@ <para>The <command>arpd</command> program included in this package will not be built since it is dependent on Berkeley DB, which is not installed in - LFS. However, documentation files and a directory for - <command>arpd</command> will still be installed. Prevent this by running - the commands below. If the <command>arpd</command> binary is needed, + LFS. However, a directory for <command>arpd</command> and a man page will still + be installed. Prevent this by running the commands 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-book;server/databases.html#db"/>. </para> <screen><userinput remap="pre">sed -i /ARPD/d Makefile -sed -i 's/arpd.8//' man/man8/Makefile -rm -v doc/arpd.sgml</userinput></screen> +rm -fv man/man8/arpd.8</userinput></screen> <para>It is also necessary to disable building one module that requires <ulink url="&blfs-book;postlfs/iptables.html"/>.</para> |