Changeset 7263646


Ignore:
Timestamp:
07/29/2023 04:19:59 AM (14 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
2cf01ab7, da2e8cb
Parents:
83e616f (diff), c2ccad1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r83e616f r7263646  
    5858        </listitem>
    5959        <listitem>
    60           <para>[bdubbs] - Update to systemd-254. Fixes
     60          <para>[bdubbs] - Update to<phrase revision='sysv'> udev
     61          from</phrase> systemd-254. Fixes
    6162          <ulink url='&lfs-ticket-root;5293'>#5293</ulink>.</para>
    6263        </listitem>
  • chapter08/systemd.xml

    r83e616f r7263646  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 
    43     <para>
    44       Remove several inappropriate uses of the <literal>pure</literal>
    45       attribute that cause runtime issues when the package is built
    46       with gcc-13 or later:
    47     </para>
    48 
    49 <screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \
    50     -i src/libsystemd/sd-bus/bus-internal.h    &amp;&amp;
    51 sed '/devt_hash_func/s/_pure_//'               \
    52     -i src/basic/hash-funcs.h                  &amp;&amp;
    53 sed '/job_get_timeout/s/_pure_//'              \
    54     -i src/core/job.h</userinput></screen>
    5542
    5643    <para>Remove two unneeded groups,
     
    206193    <!-- Please make sure systemd man pages tarball has a common leading
    207194         component in the path.  -->
    208 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man</userinput></screen>
     195<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-version;.tar.xz \
     196    --no-same-owner --strip-components=1   \
     197    -C /usr/share/man</userinput></screen>
    209198
    210199    <para>Create the <filename>/etc/machine-id</filename> file needed by
     
    245234        <seg>busctl, coredumpctl, halt (symlink to systemctl),
    246235        hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
    247         machinectl, networkctl, oomctl, portablectl, poweroff (symlink to
     236        machinectl, mount.ddi (symlink to systemd-dissect), networkctl,
     237        oomctl, portablectl, poweroff (symlink to
    248238        systemctl), reboot (symlink to systemctl), resolvconf (symlink to
    249239        resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
    250240        (symlink to systemctl), systemctl, systemd-ac-power, systemd-analyze,
    251241        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    252         systemd-creds, systemd-delta, systemd-detect-virt,
     242        systemd-confext (symlink to systemd-sysext), systemd-creds,
     243        systemd-delta, systemd-detect-virt,
    253244        systemd-dissect, systemd-escape, systemd-hwdb, systemd-id128,
    254245        systemd-inhibit, systemd-machine-id-setup,
Note: See TracChangeset for help on using the changeset viewer.