Changeset 41d504a


Ignore:
Timestamp:
01/17/2016 08:08:57 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31d0f0d
Parents:
9e3d18a7
Message:

Update to LVM2-2.02.140 and remove a "pathappend" command, which was not
necessary. Thanks to Wayne for the report.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9e3d18a7 r41d504a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 15th &year;">
     9<!ENTITY releasedate  "January 17th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9e3d18a7 r41d504a  
    4848      <para>January 17th, 2016</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to LVM2-2.02.140. Fixes
     52          <ulink url="&blfs-ticket-root;7365">#7365</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to ffmpeg-2.8.5. Fixes
  • packages.ent

    r9e3d18a7 r41d504a  
    4646<!ENTITY fuse-download-version        "2_9_5">
    4747<!ENTITY jfsutils-version             "1.1.15">
    48 <!ENTITY lvm2-version                 "2.02.139">
     48<!ENTITY lvm2-version                 "2.02.140">
    4949<!ENTITY mdadm-version                "3.3.4">
    5050<!ENTITY ntfs-3g-version              "2015.3.14">
  • postlfs/filesystems/lvm2.xml

    r9e3d18a7 r41d504a  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "c3aef77a108eab18323fa8f48bf5220a">
    10   <!ENTITY lvm2-size          "1.9 MB">
    11   <!ENTITY lvm2-buildsize     "32 MB (during tests, transient files can grow up to around 500 MB)">
     9  <!ENTITY lvm2-md5sum        "f2191c4798c8927a6d31a96010b9f568">
     10  <!ENTITY lvm2-size          "1.8 MB">
     11  <!ENTITY lvm2-buildsize     "46 MB (during tests, transient files can grow up to around 500 MB)">
    1212  <!ENTITY lvm2-time          "0.4 SBU (additional about 10 SBU for tests, with parallelism = 4, see below)">
    1313]>
     
    141141
    142142<screen><userinput>SAVEPATH=$PATH                  &amp;&amp;
    143 pathappend /sbin:/usr/sbin      &amp;&amp;
     143PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
    144144./configure --prefix=/usr       \
    145145            --exec-prefix=      \
     
    215215
    216216    <para>
    217       <command>pathappend /sbin:/usr/sbin</command>: The path
     217      <command>PATH=$PATH:/sbin:/usr/sbin</command>: The path
    218218      must contain <filename class="directory">/sbin</filename> and
    219219      <filename class='directory'>/usr/sbin</filename> for proper system tool
    220       detection by the <command>configure</command> script. These instructions
    221       ensure that it is properly set even if you build as an user. Note that
    222       you need to provide equivalent commands if you have not set up your
    223       startup files as in <xref linkend="postlfs-config-profile"/>.
     220      detection by the <command>configure</command> script. This instruction
     221      ensure that it is properly set even if you build as an user.
    224222    </para>
    225223
Note: See TracChangeset for help on using the changeset viewer.