Author: renodr
Date: Sun Aug 16 21:57:39 2020
New Revision: 23543

Log:
Remove an unnecessary command in OpenLDAP that leads to a broken symlink. 
Notice in the configure script that we disable slapd, but then we try to make a 
symlink to it.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/other/openldap.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 16 21:26:53 
2020        (r23542)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Aug 16 21:57:39 
2020        (r23543)
@@ -45,6 +45,10 @@
       <para>August 16th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Remove an instruction from OpenLDAP that pointed to
+          a non-existent symlink.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Adapt libarchive test suite to changes in 
glibc-2.32.
           Fixes <ulink url="&blfs-ticket-root;13933">#13933</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/server/other/openldap.xml
==============================================================================
--- trunk/BOOK/server/other/openldap.xml        Sun Aug 16 21:26:53 2020        
(r23542)
+++ trunk/BOOK/server/other/openldap.xml        Sun Aug 16 21:57:39 2020        
(r23543)
@@ -132,9 +132,7 @@
       Then, as the <systemitem class="username">root</systemitem> user:
     </para>
 
-<screen role="nodump"><userinput>make install
-
-ln -sf ../lib/slapd /usr/sbin/slapd</userinput></screen>
+<screen role="nodump"><userinput>make install</userinput></screen>
 
     </note>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to