Ignore:
Timestamp:
08/16/2014 05:12:05 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
c1a9078
Parents:
fc6db6c
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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/mitkrb-systemd.xml

    rfc6db6c raf637d2  
    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.