Changeset d9a02fd


Ignore:
Timestamp:
02/24/2016 02:46:12 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
645e6b0
Parents:
e5225d5
Message:

New patch for openldap, allowing test instructions to pass. Same change in
trunk and systemd branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/openldap.xml

    re5225d5 rd9a02fd  
    7676        <para>
    7777          Required patch:
    78           <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-1.patch"/>
     78          <ulink url="&patch-root;/openldap-&openldap-version;-consolidated-2.patch"/>
    7979        </para>
    8080      </listitem>
     
    117117      </para>
    118118
    119 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     119<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    120120autoconf &amp;&amp;
    121121
     
    139139
    140140    <warning>
    141       <para>If upgrading from a previos installation that used Berkeley DB as
     141      <para>If upgrading from a previous installation that used Berkeley DB as
    142142      the backend, you will need to dump the database(s) using the
    143143      <command>slapcat</command> utility, relocate all files in
     
    168168    </para>
    169169
    170 <screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-1.patch &amp;&amp;
     170<screen><userinput>patch -Np1 -i ../openldap-&openldap-version;-consolidated-2.patch &amp;&amp;
    171171autoconf &amp;&amp;
    172172
     
    343343      </para>
    344344
     345      <note>
     346        <para>
     347          The instructions above install an empty LDAP structure and a default
     348          <filename>/etc/openldap/slapd.conf</filename> file, which are
     349          suitable for testing the build and other packages using LDAP. Do not
     350          use them on a production server.
     351        </para>
     352      </note>
    345353      <indexterm zone="openldap openldap-config">
    346354        <primary
Note: See TracChangeset for help on using the changeset viewer.