Changeset 741890d


Ignore:
Timestamp:
08/03/2023 10:29:56 AM (10 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
58634ab
Parents:
3b3454a (diff), 9a963c52 (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' into multilib

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter03/packages.xml

    r3b3454a r741890d  
    6363        <para>Download: <ulink url="&automake-url;"/></para>
    6464        <para>MD5 sum: <literal>&automake-md5;</literal></para>
    65         <para>SHA256 sum: <literal>&automake-sha256;</literal></para>
    6665      </listitem>
    6766    </varlistentry>
  • chapter08/dbus.xml

    r3b3454a r741890d  
    5353            --localstatedir=/var                 \
    5454            --runstatedir=/run                   \
     55            --enable-user-session                \
    5556            --disable-static                     \
    5657            --disable-doxygen-docs               \
     
    7172          to be in <filename class="directory">/run</filename>, instead of
    7273          the deprecated <filename class="directory">/var/run</filename>.</para>
     74        </listitem>
     75      </varlistentry>
     76
     77      <varlistentry>
     78        <term>
     79          <parameter>--enable-user-session</parameter>
     80        </term>
     81        <listitem>
     82          <para>These ensures the D-Bus per-user service and socket unit
     83          files are installed for Systemd.  They are not useful (but
     84          harmless) in a base LFS installation, however they can be used
     85          once systemd is rebuilt with PAM support in BLFS.</para>
    7386        </listitem>
    7487      </varlistentry>
  • chapter08/udev.xml

    r3b3454a r741890d  
    148148    <!-- Please make sure systemd man pages tarball has a common leading
    149149         component in the path.  -->
    150 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1       \
     150<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz                            \
     151    --no-same-owner --strip-components=1                              \
    151152    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
    152153                                  '*/systemd-'{hwdb,udevd.service}.8
    153 sed 's/systemd\(\\\?-\)/udev-/' /usr/share/man/man8/systemd-hwdb.8    \
    154                               > /usr/share/man/man8/udev-hwdb.8
     154sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8   \
     155                               > /usr/share/man/man8/udev-hwdb.8
    155156sed 's|lib.*udevd|sbin/udevd|'                                        \
    156157    /usr/share/man/man8/systemd-udevd.service.8                       \
  • packages.ent

    r3b3454a r741890d  
    4444<!ENTITY automake-url "&gnu;automake/automake-&automake-version;.tar.xz">
    4545<!ENTITY automake-md5 "4017e96f89fca45ca946f1c5db6be714">
    46 <!ENTITY automake-sha256 "80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d">
    4746<!ENTITY automake-home "&gnu-software;automake/">
    4847<!ENTITY automake-fin-du "114 MB">
Note: See TracChangeset for help on using the changeset viewer.