Ignore:
Timestamp:
07/23/2018 10:18:57 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2eb4b2b
Parents:
de6905d
Message:

Update to systemd-239

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11440 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    rde6905d r3553330  
    5151    <para>Remove tests that cannot be built in chroot:</para>
    5252
    53 <screen><userinput remap="pre">sed '171,$ d' -i src/resolve/meson.build</userinput></screen>
     53<screen><userinput remap="pre">sed '166,$ d' -i src/resolve/meson.build</userinput></screen>
    5454
    5555<!-- These are from upstream.  There will probably be a new release shortly,
    56      so don't bother with a patch. -->
     56     so don't bother with a patch.
    5757    <para>Make some fixes from upstream:</para>
    5858
     
    6060sed -i '24 d'                       src/core/load-fragment.c
    6161sed -i '53 a#include &lt;sys/mount.h&gt;' src/shared/bus-unit-util.c</userinput></screen>
     62-->
    6263
    6364    <para>Remove an unneeded group,
     
    186187    <para>Remove an unnecessary directory:</para>
    187188
    188 <screen><userinput remap="install">rm -rfv /usr/lib/rpm</userinput></screen>
     189<screen><userinput remap="install">rm -rfv /usr/lib/rpm
    189190<!--
    190191    <para>Create the Sysvinit compatibility symlinks, so systemd is used
     
    198199    <para>Remove our earlier created symlink for xsltproc:</para>
    199200-->
    200 <screen><userinput remap="install">rm -f /usr/bin/xsltproc</userinput></screen>
     201rm -f /usr/bin/xsltproc</userinput></screen>
    201202
    202203    <para>Create the <filename>/etc/machine-id</filename> file needed by
     
    278279        <term><command>coredumpctl</command></term>
    279280        <listitem>
    280           <para>Used to retrieve coredumps from the systemd Journal</para>
     281          <para>Used to retrieve coredumps from the systemd journal</para>
    281282          <indexterm zone="ch-system-systemd coredumpctl">
    282283            <primary sortas="b-coredumpctl">coredumpctl</primary>
Note: See TracChangeset for help on using the changeset viewer.