Changeset 4478c65a for general/sysutils


Ignore:
Timestamp:
12/28/2018 10:18:36 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
e882fc37
Parents:
4b9c064
Message:

Update to systemd-240

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r4b9c064 r4478c65a  
    55  %general-entities;
    66
    7   <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/LFS/systemd-&systemd-version;-&systemd-stable;.tar.xz">
     7  <!--  <!ENTITY systemd-download-http "http://anduin.linuxfromscratch.org/LFS/systemd-&systemd-version;-&systemd-stable;.tar.xz"> For whenever we move to a stable snapshot for backports -->
     8  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    89  <!ENTITY systemd-download-ftp  " ">
    9   <!ENTITY systemd-md5sum        "0d0a6752b2199aca4de0de3eea5db788">
    10   <!ENTITY systemd-size          "4.7 MB">
    11   <!ENTITY systemd-buildsize     "314 MB (an additonal 11 MB for tests)">
    12   <!ENTITY systemd-time          "0.3 SBU (&lt; 0.1 SBU for tests)">
     10  <!ENTITY systemd-md5sum        "0e4f91b513d4b04e2c10a5173e5a87b2">
     11  <!ENTITY systemd-size          "7.2 MB">
     12  <!ENTITY systemd-buildsize     "222 MB (an additonal 11 MB for tests)">
     13  <!ENTITY systemd-time          "2.2 SBU (&lt; 0.1 SBU for tests)">
    1314
    1415]>
    1516
    16 <sect1 id="systemd" xreflabel="Systemd-&systemd-version;-&systemd-stable;" revision="systemd">
     17<sect1 id="systemd" xreflabel="Systemd-&systemd-version;" revision="systemd">
    1718  <?dbhtml filename="systemd.html"?>
    1819
     
    2223  </sect1info>
    2324
    24   <title>Systemd-&systemd-version;-&systemd-stable;</title>
     25  <title>Systemd-&systemd-version;</title>
     26  <!-- Whenever we switch back to stable backports, make sure to add the systemd-stable reference back. -->
    2527
    2628  <indexterm zone="systemd">
     
    157159
    158160    <para>
    159       To test the results, issue: <command>ninja test</command>. One test,
    160       <filename>test-fs-util</filename>, is known to fail.
     161       To test the results, issue: <command>ninja test</command>. <!--One test,
     162       <filename>test-fs-util</filename>, is known to fail.-->
    161163      <!-- https://github.com/systemd/systemd/pull/10263/commits -->
    162164    </para>
Note: See TracChangeset for help on using the changeset viewer.