Ignore:
Timestamp:
07/20/2014 12:26:55 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
47e9f6b0
Parents:
4da2d9f
Message:

Begin merging Christophers work into systemd branch part 3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13490 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez-systemd.xml

    r4da2d9f r459c449  
    144144            --sysconfdir=/etc     \
    145145            --localstatedir=/var  \
    146             --enable-library      \
    147             --disable-systemd     &amp;&amp;
     146            --enable-library &amp;&amp;
    148147make</userinput></screen>
    149148
     
    156155    </para>
    157156
    158 <screen role="root"><userinput>make install &amp;&amp;
    159 ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</userinput></screen>
     157<screen role="root"><userinput>make install</userinput></screen>
    160158
    161159    <para>
     
    185183      <application>BlueZ</application> 4 compatibility library which is required by
    186184      some applications.
    187     </para>
    188 
    189     <para>
    190       <parameter>--disable-systemd</parameter>: This switch is needed because
    191       <application>systemd</application> is not part of LFS/BLFS. If you are
    192       using systemd, remove this switch.
    193     </para>
    194 
    195     <para>
    196       <command>ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</command>:
    197       This command makes access to the bluetooth daemon more convenient.
    198185    </para>
    199186
     
    243230      <para>
    244231        To automatically start the <command>bluetoothd</command> daemon when the
    245         system is rebooted, install the
    246         <filename>/etc/rc.d/init.d/bluetooth</filename> bootscript from the
    247         <xref linkend="bootscripts"/> package.
     232        system is rebooted, enable the previously installed systemd unit by
     233        running the following command as the
     234        <systemitem class="username">root</systemitem> user:
    248235      </para>
    249236
     
    252239      </indexterm>
    253240
    254 <screen role="root"><userinput>make install-bluetooth</userinput></screen>
     241<screen role="root"><userinput>systemctl enable bluetooth</userinput></screen>
     242
     243      <note>
     244        <para>
     245          The bluetooth daemon will only start when a bluetooth device has been detected
     246          on the system.
     247        </para>
     248      </note>
    255249
    256250    </sect3>
Note: See TracChangeset for help on using the changeset viewer.