Changeset 965ea28


Ignore:
Timestamp:
08/19/2024 02:39:51 AM (3 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
d6fab82
Parents:
e375445 (diff), dbeb18f2 (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:blfs into trunk

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    re375445 r965ea28  
    172172<screen role="root"><userinput>install -v -dm755 /usr/share/doc/bluez-&bluez-version; &amp;&amp;
    173173install -v -m644 doc/*.txt /usr/share/doc/bluez-&bluez-version;</userinput></screen>
     174
     175    <para revision="sysv">
     176      Install a missing D-Bus service as the &root; user:
     177    </para>
     178
     179 <screen role="root"><userinput revision="sysv">install -m644 ./obexd/src/org.bluez.obex.service /usr/share/dbus-1/services</userinput></screen>
    174180
    175181  </sect2>
  • introduction/welcome/changelog.xml

    re375445 r965ea28  
    4242      <para>August 18th, 2024</para>
    4343      <itemizedlist>
     44        <listitem revision="sysv">
     45          <para>[renodr] - Fix bluetooth file transfer support on SysV systems
     46          by installing the D-Bus Service File for obxed. Fixes
     47          <ulink url="&blfs-ticket-root;20206">#20206</ulink>.</para>
     48        </listitem>
    4449        <listitem>
    4550          <para>[renodr] - Update to dtc-1.7.1. Fixes
Note: See TracChangeset for help on using the changeset viewer.