Changeset 27b601a for server/other


Ignore:
Timestamp:
03/06/2020 10:42:49 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
21a08bf
Parents:
f0d1db9
Message:

First round of changes formats to apply the template

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22811 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
server/other
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    rf0d1db9 r27b601a  
    140140
    141141    <warning>
    142       <para>If upgrading from a previous installation that used Berkeley DB as
    143       the backend, you will need to dump the database(s) using the
    144       <command>slapcat</command> utility, relocate all files in
    145       <filename class="directory">/var/lib/openldap</filename>, change all
    146       instances of <option>bdb</option> to <option>mdb</option> in
    147       <filename>/etc/openldap/slapd.conf</filename> and any files in
    148       <filename class="directory">/etc/openldap/slapd.d</filename>, and import
    149       using the <command>slapadd</command> utility after the installation is
    150       completed.
     142      <para>
     143        If upgrading from a previous installation that used Berkeley DB as
     144        the backend, you will need to dump the database(s) using the
     145        <command>slapcat</command> utility, relocate all files in
     146        <filename class="directory">/var/lib/openldap</filename>, change all
     147        instances of <option>bdb</option> to <option>mdb</option> in
     148        <filename>/etc/openldap/slapd.conf</filename> and any files in
     149        <filename class="directory">/etc/openldap/slapd.d</filename>, and import
     150        using the <command>slapadd</command> utility after the installation is
     151        completed.
    151152      </para>
    152153    </warning>
  • server/other/other.xml

    rf0d1db9 r27b601a  
    1616  <title>Other Server Software</title>
    1717
    18   <para>Here you will find many ways to share your machine with the rest
    19   of the world or your local network.  Before installing
    20   any packages in this chapter, you need to be sure you understand what
    21   the package does and how to set it up correctly.  It might also be
    22   helpful to learn about the consequences of an improper setup so
    23   that you can analyze the risks.</para>
     18  <para>
     19    Here you will find many ways to share your machine with the rest
     20    of the world or your local network.  Before installing
     21    any packages in this chapter, you need to be sure you understand what
     22    the package does and how to set it up correctly.  It might also be
     23    helpful to learn about the consequences of an improper setup so
     24    that you can analyze the risks.
     25  </para>
    2426
    2527  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openldap.xml"/>
  • server/other/unbound.xml

    rf0d1db9 r27b601a  
    132132<screen remap="doc"><userinput>make doc</userinput></screen>
    133133
    134     <para>To test the results, issue <command>make check</command>.</para>
     134    <para>
     135      To test the results, issue <command>make check</command>.
     136    </para>
    135137
    136138    <para>
     
    176178      <title>Config Files</title>
    177179
    178       <para><filename>/etc/unbound/unbound.conf</filename></para>
     180      <para>
     181        <filename>/etc/unbound/unbound.conf</filename>
     182      </para>
    179183
    180184      <indexterm zone="unbound unbound-config">
     
    231235             <phrase revision="systemd">Systemd Unit</phrase></title>
    232236
    233       <para>If you want the <application>Unbound</application> server to
    234       start automatically when the system is booted, install the
    235       <phrase revision="sysv"><filename>/etc/rc.d/init.d/unbound</filename>
    236       init script</phrase>
    237       <phrase revision="systemd"><filename>unbound.service</filename>
    238       unit</phrase> included
    239       in the <xref linkend="bootscripts" revision="sysv"/>
    240       <xref linkend="systemd-units" revision="systemd"/> package.</para>
     237      <para>
     238        If you want the <application>Unbound</application> server to
     239        start automatically when the system is booted, install the
     240        <phrase revision="sysv"><filename>/etc/rc.d/init.d/unbound</filename>
     241        init script</phrase>
     242        <phrase revision="systemd"><filename>unbound.service</filename>
     243        unit</phrase> included
     244        in the <xref linkend="bootscripts" revision="sysv"/>
     245        <xref linkend="systemd-units" revision="systemd"/> package.
     246      </para>
    241247
    242248      <indexterm zone="unbound unbound-init">
Note: See TracChangeset for help on using the changeset viewer.