bluez: Make some SysV specific text SysV only, and add some systemd-equivalent text

Samba: Quick typo fix

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24412 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2021-03-29 16:43:56 +00:00
parent c7f6a7e120
commit 03eca7f9d6
2 changed files with 10 additions and 2 deletions

View File

@ -211,7 +211,7 @@ install -v -m644 doc/*.txt /usr/share/doc/bluez-&bluez-version;</userinput></scr
<sect3 id="bluez-config">
<title>Configuration Files</title>
<para>
<para revision="sysv">
<filename>/etc/bluetooth/main.conf</filename> is installed automatically
during the install. Additionally, there are three supplementary
configuration files. /etc/sysconfig/bluetooth is installed as a part
@ -219,6 +219,14 @@ install -v -m644 doc/*.txt /usr/share/doc/bluez-&bluez-version;</userinput></scr
following, as the <systemitem class="username">root</systemitem> user:
</para>
<para revision="systemd">
<filename>/etc/bluetooth/mail.conf</filename> is installed automatically
during the installation. Additionally, there are two supplementary
configuration files. In addition, you can optionally install the
following files, as the <systemitem class="username">root</systemitem>
user:
</para>
<screen role="root"><userinput>cat > /etc/bluetooth/rfcomm.conf &lt;&lt; "EOF"</userinput>
<literal># Start rfcomm.conf
# Set up the RFCOMM configuration of the Bluetooth subsystem in the Linux kernel.

View File

@ -267,7 +267,7 @@ make</userinput></screen>
<para>
If upgrading from an old version of samba, as the
<systemitem class="username">root</systemitem> user, remove the old
Python support files to prevent some issue:
Python support files to prevent some issues:
</para>
<screen role="root"><userinput>rm -rf /usr/lib/python&python3-majorver;/site-packages/samba</userinput></screen>