Changeset af843de0


Ignore:
Timestamp:
03/05/2021 01:09:49 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7df3dd1
Parents:
edddb380
Message:

Add systemd patch to allow rfkill to function properly on Linux 5.11+

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    redddb380 raf843de0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     3<!ENTITY day          "04">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 3rd, &year;">
     9<!ENTITY releasedate  "March 4th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/systemd.xml

    redddb380 raf843de0  
    8484        <para>
    8585         Required patch:
    86          <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-1.patch"/>
     86         <ulink url="&patch-root;/systemd-&systemd-version;-upstream_fixes-2.patch"/>
    8787        </para>
    8888      </listitem>
     
    148148    <para>
    149149      Apply a patch to fix regressions in systemd-networkd and segmentation
    150       faults in systemctl:
     150      faults in systemctl, as well as to allow systemd-rfkill to function under
     151      Linux-5.11+:
    151152    </para>
    152153
  • introduction/welcome/changelog.xml

    redddb380 raf843de0  
    4242    </listitem>
    4343    -->
     44   <listitem revision="systemd">
     45     <para>March 4th, 2021</para>
     46     <itemizedlist>
     47       <listitem>
     48         <para>[renodr] - Update the systemd patch to allow systemd-rfkill
     49         to still function properly once LFS gets updated to Linux-5.11.</para>
     50       </listitem>
     51     </itemizedlist>
     52   </listitem>
     53
    4454   <listitem>
    4555     <para>March 3rd, 2021</para>
Note: See TracChangeset for help on using the changeset viewer.