Ignore:
Timestamp:
09/06/2018 12:36:36 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
11759d2
Parents:
4d7d99d
Message:

Update to make-ca-0.9. Fixes #11114.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20462 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r4d7d99d rc1cd435e  
    241241               --with-version-pre=""        \
    242242               --with-version-opt=""        \
    243                --with-cacerts-file=/etc/ssl/java/cacerts.jks &amp;&amp;
     243               --with-cacerts-file=/etc/ssl/java/cacerts &amp;&amp;
    244244make images</userinput></screen>
    245245
     
    394394
    395395    <para>
    396       <parameter>--with-cacerts-file=/etc/ssl/java/cacerts.jks</parameter>:
     396      <parameter>--with-cacerts-file=/etc/ssl/java/cacerts</parameter>:
    397397      Specifies where to find a <filename>cacerts</filename> file,
    398398      <filename>/etc/ssl/java/</filename> on a BLFS system. Otherwise, an empty
     
    444444
    445445      <para>
    446         If you have run the instructions for <xref linkend="ojdk-certs"/>,
    447         you only need to create a symlink in the default location for
    448         those certificates. As user <systemitem
     446        If you have run the instructions on the <xref linkend="make-ca"/> page,
     447        you only need to create a symlink in the default location for the
     448        <filename>cacerts</filename> file. As user <systemitem
    449449        class="username">root</systemitem>:
    450450      </para>
    451451
    452 <screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts.jks /opt/jdk/lib/security/cacerts</userinput></screen>
     452<screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
    453453
    454454      <para>
    455         To check the installatiion, as when <xref linkend="ojdk-certs"/>, issue:
     455        To check the installatiion, issue:
    456456      </para>
    457457
Note: See TracChangeset for help on using the changeset viewer.