Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/volume_key.xml

    r8558044 r3f2db3a6  
    1616  <?dbhtml filename="volume_key.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>volume_key-&volume_key-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7774      <xref linkend="cryptsetup"/>,
    7875      <xref linkend="glib2"/>,
     76      <!-- To editors: if GnuPG is not installed, a wrong path to gpg will
     77           be hard-coded into the library.  Even if GnuPG is installed, we
     78           still need the 's/gpg2/gpg/' sed below.  I can't find an elegant
     79           way to specify the path manually (so I can't make it a runtime
     80           dependency).  -->
     81          <xref linkend="gnupg2"/>,
    7982      <xref linkend="gpgme"/>, and
    8083      <xref linkend="nss"/>
     
    98101  <sect2 role="installation">
    99102    <title>Installation of volume_key</title>
    100 
    101     <para>
    102       Install <application>volume_key</application> by running the following
    103       commands:
    104     </para>
    105103
    106104    <note>
     
    111109    </note>
    112110
     111    <para>
     112      Tell the building system how to locate GPGME and GnuPG correctly:
     113    </para>
     114
     115<screen><userinput remap='pre'>sed -e '/AM_PATH_GPGME/iAM_PATH_GPG_ERROR' \
     116    -e 's/gpg2/gpg/' -i configure.ac</userinput></screen>
     117
     118    <para>
     119      Install <application>volume_key</application> by running the following
     120      commands:
     121    </para>
     122
    113123<screen><userinput>autoreconf -fiv              &amp;&amp;
    114124./configure --prefix=/usr    \
     
    117127
    118128    <para>
    119       This package does not come with a functioning test suite.
     129      To test the results, issue: <command>make check</command>.
    120130    </para>
    121131
Note: See TracChangeset for help on using the changeset viewer.