Changeset 44dc558


Ignore:
Timestamp:
06/26/2017 05:38:03 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3b77546
Parents:
4584c15
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4584c15 r44dc558  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
    45     <listitem revision='sysv'>
     45    <listitem>
     46      <para>2017-06-26</para>
     47      <itemizedlist>
     48        <listitem revision='sysv'>
     49          <para>[bdubbs] - Fix an error in the mountfs bootscript.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Remove outdated seds for diffutils in
     53          both Chapters 5 and 6.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4659      <para>2017-06-24</para>
    4760      <itemizedlist>
     
    5467          <ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para>
    5568        </listitem>
    56         <listitem>
     69        <listitem revision='sysv'>
    5770          <para>[bdubbs] - Remove section disussing configuration
    5871          without a network card.</para>
    5972        </listitem>
    60         <listitem>
     73        <listitem revision='sysv'>
    6174          <para>[bdubbs] - Update boot scripts to unmount network
    6275          file systems before bringing down the network.</para>
  • chapter05/diffutils.xml

    r4584c15 r44dc558  
    4444    <title>Installation of Diffutils</title>
    4545
    46     <para>First, fix some errors in the included gnulib code:</para>
    47 
    48 <screen><userinput remap="pre">sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
    49 
    5046    <para>Prepare Diffutils for compilation:</para>
    5147
  • chapter06/diffutils.xml

    r4584c15 r44dc558  
    4141  <sect2 role="installation">
    4242    <title>Installation of Diffutils</title>
    43 
    44     <para>First fix a file so locale files are installed and fix the
    45     included gnulib code:</para>
    46 
    47 <screen><userinput remap="pre">sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in
    48 sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
    4943
    5044    <para>Prepare Diffutils for compilation:</para>
  • general.ent

    r4584c15 r44dc558  
    1 <!ENTITY version         "SVN-20170624">
     1<!ENTITY version         "SVN-20170626">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20170624-systemd">
     6<!ENTITY versiond        "20170626-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 24, 2017">
     10<!ENTITY releasedate     "June 26, 2017">
    1111
    1212<!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.