Changeset 165dc86


Ignore:
Timestamp:
02/14/2007 05:01:46 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
6.2, 6.2.0
Children:
1bc2b70
Parents:
22845f9
Message:

Comment 2 LFS-SVN specific changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.2/BOOK@6607 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r22845f9 r165dc86  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "13">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
  • general/sysutils/mc.xml

    r22845f9 r165dc86  
    5858    </itemizedlist>
    5959
     60    <!-- Patch is specific to bash-3.2. LFS-6.2 has bash-3.1
     61
    6062    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6163    <itemizedlist spacing="compact">
     
    6971      </listitem>
    7072    </itemizedlist>
     73
     74    -->
    7175
    7276    <bridgehead renderas="sect3">Do I Need the Debian Patch?</bridgehead>
     
    115119    <title>Installation of MC</title>
    116120
     121    <!-- Patch is specific to bash-3.2; LFS-6.2 has bash-3.1
     122
    117123    <para>Fix incompatibility of <application>MC</application>-&mc-version;
    118124    with <application>Bash</application>-3.2:</para>
    119125
    120126<screen><userinput>patch -Np1 -i ../mc-&mc-version;-bash32-1.patch</userinput></screen>
     127
     128    -->
    121129
    122130    <para>If desired, apply Debian fixes:</para>
  • introduction/welcome/changelog.xml

    r22845f9 r165dc86  
    4343
    4444    <listitem>
     45      <para>February 13th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dnicholson] - Reverted two changes in MC and ReiserFS
     49          specific to LFS-SVN.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>February 11th, 2007</para>
    4656      <itemizedlist>
  • postlfs/filesystems/reiser.xml

    r22845f9 r165dc86  
    5555    </itemizedlist>
    5656
     57    <!-- Patch is specific to kernel-headers from linux source
     58         LFS-6.2 has linux-libc-headers
     59
    5760    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5861    <itemizedlist spacing="compact">
     
    6366    </itemizedlist>
    6467
     68    -->
     69
    6570    <para condition="html" role="usernotes">User Notes:
    6671    <ulink url="&blfs-wiki;/reiser"/></para>
     
    6974
    7075  <sect2 role="installation">
     76
    7177    <title>Installation of ReiserFS</title>
     78
     79    <!-- Patch is specific to kernel-headers from linux source
     80         LFS-6.2 has linux-libc-headers
     81
    7282    <para><application>ReiserFS</application> uses the
    7383    <filename>asm/unaligned.h</filename> Linux header that should
     
    7686
    7787<screen><userinput>patch -Np1 -i ../reiserfs-&reiser-version;-header_fix-1.patch</userinput></screen>
     88
     89    -->
    7890
    7991    <para>Install <application>ReiserFS</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.