Author: krejzi
Date: Sat Aug 16 10:12:05 2014
New Revision: 13925

Log:
Disable system verto in kerberos instructions by default.

Modified:
   branches/systemd/introduction/welcome/credits.xml
   branches/systemd/postlfs/security/mitkrb-systemd.xml

Modified: branches/systemd/introduction/welcome/credits.xml
==============================================================================
--- branches/systemd/introduction/welcome/credits.xml   Sat Aug 16 10:01:22 
2014        (r13924)
+++ branches/systemd/introduction/welcome/credits.xml   Sat Aug 16 10:12:05 
2014        (r13925)
@@ -41,7 +41,7 @@
       <listitem><para>Bruce Dubbs             </para></listitem>
       <listitem><para>Ken Moffat              </para></listitem>
       <listitem><para>Ragnar Thomsen          </para></listitem>
-      <listitem><para>Igor Zivkovic           </para></listitem>
+      <listitem><para>Igor &#381;ivkovi&#263;</para></listitem>
 
     </itemizedlist>
   </sect2>

Modified: branches/systemd/postlfs/security/mitkrb-systemd.xml
==============================================================================
--- branches/systemd/postlfs/security/mitkrb-systemd.xml        Sat Aug 16 
10:01:22 2014        (r13924)
+++ branches/systemd/postlfs/security/mitkrb-systemd.xml        Sat Aug 16 
10:12:05 2014        (r13925)
@@ -162,6 +162,7 @@
             --localstatedir=/var/lib \
             --with-system-et         \
             --with-system-ss         \
+            --without-system-verto   \
             --enable-dns-for-realm &amp;&amp;
 make</userinput></screen>
 
@@ -216,7 +217,7 @@
     </para>
 
     <para>
-      <parameter>--localstatedir=/var/lib</parameter>: This parameter is
+      <parameter>--localstatedir=/var/lib</parameter>: This switch is
       used so that the Kerberos variable run-time data is located in
       <filename class="directory">/var/lib</filename> instead of
       <filename class="directory">/usr/var</filename>.
@@ -235,6 +236,14 @@
     </para>
 
     <para>
+      <parameter>--without-system-verto</parameter>: This switch causes
+      the build to use the internal version of <filename
+      class="libraryfile">libverto</filename> library in case older one
+      is present from previous <application>Kerberos</application>
+      installation.
+    </para>
+
+    <para>
       <parameter>--enable-dns-for-realm</parameter>: This switch allows
       realms to be resolved using the DNS server.
     </para>
-- 
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