Ignore:
Timestamp:
04/03/2020 06:04:47 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
aec0560
Parents:
ed6715e
Message:

Remove the systemctl instructions from systemd and dbus.
Update to EOG-3.36.1
Update to Evince-3.36.0
Update to evolution-3.36.1
Update to file-roller-3.36.1
Update to gnome-calculator-3.36.0
Update to gnome-disk-utility-3.36.1
Update to gnome-maps-3.36.1
Update to gnome-screenshot-3.36.0
Update to gnome-system-monitor-3.36.0
Update to gnome-terminal-3.36.1.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    red6715e ra761478  
    145145  <sect2 role="installation">
    146146    <title>Installation of systemd</title>
    147     <!-- 243-244 is now supported, so let's comment this for now.
    148     <warning>
    149       <para>
    150         This version of systemd is incompatible with all previous
    151         releases. The BLFS team does not recommend updating in place, and
    152         suggests that you do a rebuild instead.
    153       </para>
    154     </warning>
    155     -->
    156147    <!--
    157148    <para>
     
    161152<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch</userinput></screen>
    162153    -->
    163 
    164     <!-- The above is only needed on systems with Linux 5.4+ and libseccomp-2.4.2+
    165          This fix is due to syscall changes in libseccomp+Linux 5.4+.
    166          The affected syscall is shmat(), which isn't implemented properly on
    167          i686, and intermittently fails on x86_64. Also, there is a problem with
    168          CPU Affinity + CGroups on Linux-5.4+ that causes issues with the
    169          "test-execute" test. -->
    170154
    171155    <para>
     
    223207    </para>
    224208
     209<!--
    225210    <warning>
    226211      <para>
     
    237222<screen role="root"><userinput>systemctl isolate rescue.target</userinput></screen>
    238223    </warning>
     224    Nobody has reported problems with this in years. Let's comment it. -->
    239225
    240226   <para>
     
    343329EOF</userinput></screen>
    344330
     331<!--
    345332    <para>
    346333      At this point, you should reload the systemd daemon, and reenter
     
    353340
    354341<screen role="root"><userinput>systemctl daemon-reexec
    355 systemctl start multi-user.target</userinput></screen>
     342systemctl start multi-user.target</userinput></screen>-->
    356343
    357344    <warning>
Note: See TracChangeset for help on using the changeset viewer.