diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-26 17:38:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-26 17:38:03 +0000 |
commit | 44dc5587c3f6c840a9d04af91016f0ca7b4f50c2 (patch) | |
tree | 4ca9c85468fa8000fbcad34c5ef78b03f0a94ed1 | |
parent | 4584c156c22e3f7f0045f182888e3154563def1d (diff) |
Fix an error in the mountfs bootscript.
Remove outdated seds for diffutils in both Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 19 | ||||
-rw-r--r-- | chapter05/diffutils.xml | 4 | ||||
-rw-r--r-- | chapter06/diffutils.xml | 6 | ||||
-rw-r--r-- | general.ent | 6 |
4 files changed, 19 insertions, 16 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ab9b3c912..3c1d73026 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,7 +42,20 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> - <listitem revision='sysv'> + <listitem> + <para>2017-06-26</para> + <itemizedlist> + <listitem revision='sysv'> + <para>[bdubbs] - Fix an error in the mountfs bootscript.</para> + </listitem> + <listitem> + <para>[bdubbs] - Remove outdated seds for diffutils in + both Chapters 5 and 6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-06-24</para> <itemizedlist> <listitem> @@ -53,11 +66,11 @@ <para>[bdubbs] - Update to linux-4.11.7. Fixes <ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para> </listitem> - <listitem> + <listitem revision='sysv'> <para>[bdubbs] - Remove section disussing configuration without a network card.</para> </listitem> - <listitem> + <listitem revision='sysv'> <para>[bdubbs] - Update boot scripts to unmount network file systems before bringing down the network.</para> </listitem> diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml index 12e200027..62ba35874 100644 --- a/chapter05/diffutils.xml +++ b/chapter05/diffutils.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Diffutils</title> - <para>First, fix some errors in the included gnulib code:</para> - -<screen><userinput remap="pre">sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen> - <para>Prepare Diffutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen> diff --git a/chapter06/diffutils.xml b/chapter06/diffutils.xml index ecd7dea51..0d8bd5c77 100644 --- a/chapter06/diffutils.xml +++ b/chapter06/diffutils.xml @@ -41,12 +41,6 @@ <sect2 role="installation"> <title>Installation of Diffutils</title> - <para>First fix a file so locale files are installed and fix the - included gnulib code:</para> - -<screen><userinput remap="pre">sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in -sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen> - <para>Prepare Diffutils for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/general.ent b/general.ent index 0d1d4b310..88d146d6e 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170624"> +<!ENTITY version "SVN-20170626"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170624-systemd"> +<!ENTITY versiond "20170626-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 24, 2017"> +<!ENTITY releasedate "June 26, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |