Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    r88fdf09 r87351a9  
    55  %general-entities;
    66
    7   <!ENTITY keyutils-download-http "https://people.redhat.com/~dhowells/keyutils/keyutils-&keyutils-version;.tar.bz2">
     7  <!ENTITY keyutils-download-http "http://people.redhat.com/~dhowells/keyutils/keyutils-&keyutils-version;.tar.bz2">
    88  <!ENTITY keyutils-download-ftp  " ">
    99  <!ENTITY keyutils-md5sum        "919af7f33576816b423d537f8a8692e8">
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102103    </para>
    103104
    104 <screen role="root" remap="test"><userinput>make -k test</userinput></screen>
     105<screen role="root"
     106        remap="test"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile &amp;&amp;
     107make -k test </userinput></screen>
    105108
    106109    <para>
     
    114117    </para>
    115118
    116 <screen role="root"><userinput>make NO_ARLIB=1 LIBDIR=/usr/lib BINDIR=/usr/bin SBINDIR=/usr/sbin install</userinput></screen>
     119<screen role="root"><userinput>make NO_ARLIB=1 install</userinput></screen>
    117120
    118121  </sect2>
     
    180183        <listitem>
    181184          <para>
    182             controls the key management facility with a variety of subcommands
     185            controls the key management facility with a variety of subcommands.
    183186          </para>
    184187          <indexterm zone="keyutils keyctl">
     
    195198            kernel when kernel services (such as NFS, CIFS and AFS) need to
    196199            perform a hostname lookup and the kernel does not have the key
    197             cached.  It is not ordinarily intended to be called directly
     200            cached.  It is not ordinarily intended to be called directly.
    198201          </para>
    199202          <indexterm zone="keyutils key.dns_resolver">
     
    210213            doesn't have immediately available. The kernel creates a temporary
    211214            key and then calls out to this program to instantiate it.  It is
    212             not intended to be called directly
     215            not intended to be called directly.
    213216          </para>
    214217          <indexterm zone="keyutils request-key">
     
    219222
    220223      <varlistentry id="libkeyutils">
    221         <term><filename class="libraryfile">libkeyutils.so</filename></term>
    222         <listitem>
    223           <para>
    224             contains the keyutils library API instantiation
     224        <term><filename class='libraryfile'>libkeyutils.so</filename></term>
     225        <listitem>
     226          <para>
     227            contains the keyutils library API instantiation.
    225228          </para>
    226229          <indexterm zone="keyutils libkeyutils">
Note: See TracChangeset for help on using the changeset viewer.