Changeset bbc2600


Ignore:
Timestamp:
08/16/2014 05:12:05 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
2543d1b7
Parents:
19bcf0b7
Message:

Disable system verto in kerberos instructions by default.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13925 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/credits.xml

    r19bcf0b7 rbbc2600  
    4242      <listitem><para>Ken Moffat              </para></listitem>
    4343      <listitem><para>Ragnar Thomsen          </para></listitem>
    44       <listitem><para>Igor Zivkovic           </para></listitem>
     44      <listitem><para>Igor &#381;ivkovi&#263;</para></listitem>
    4545
    4646    </itemizedlist>
  • postlfs/security/mitkrb-systemd.xml

    r19bcf0b7 rbbc2600  
    163163            --with-system-et         \
    164164            --with-system-ss         \
     165            --without-system-verto   \
    165166            --enable-dns-for-realm &amp;&amp;
    166167make</userinput></screen>
     
    217218
    218219    <para>
    219       <parameter>--localstatedir=/var/lib</parameter>: This parameter is
     220      <parameter>--localstatedir=/var/lib</parameter>: This switch is
    220221      used so that the Kerberos variable run-time data is located in
    221222      <filename class="directory">/var/lib</filename> instead of
     
    233234      to use the system-installed versions of the subsystem command-line
    234235      interface software.
     236    </para>
     237
     238    <para>
     239      <parameter>--without-system-verto</parameter>: This switch causes
     240      the build to use the internal version of <filename
     241      class="libraryfile">libverto</filename> library in case older one
     242      is present from previous <application>Kerberos</application>
     243      installation.
    235244    </para>
    236245
Note: See TracChangeset for help on using the changeset viewer.