diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/iproute2.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b504ad4bb..f012a552e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2012-06-17</para> <itemizedlist> <listitem> + <para>[bdubbs] - Fix install error in iproute2. Fixes + <ulink url="&lfs-ticket-root;3119">#3119</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Update rare issues in bootscripts when using LVM or initramfs.</para> </listitem> diff --git a/chapter06/iproute2.xml b/chapter06/iproute2.xml index e6fda46fd..dbe8061e9 100644 --- a/chapter06/iproute2.xml +++ b/chapter06/iproute2.xml @@ -51,7 +51,7 @@ <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile sed -i /ARPD/d Makefile -rm man/man8/arpd.8</userinput></screen> +sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen> <para>Compile the package:</para> |