Ignore:
Timestamp:
12/02/2018 02:50:58 AM (5 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, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
03b278dc
Parents:
49cbcfe
Message:

Update to make-ca-1.0. Fixes #11401.
Use configuration from bash-completions package if it is installed. Added bash-completion-2.8 to ghe BLFS wiki and linked from profile page. Fixes #11399.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r49cbcfe r5c3f3856  
    241241               --with-version-pre=""        \
    242242               --with-version-opt=""        \
    243                --with-cacerts-file=/etc/ssl/java/cacerts &amp;&amp;
     243               --with-cacerts-file=/etc/pki/tls/java/cacerts &amp;&amp;
    244244make images</userinput></screen>
    245245
     
    394394
    395395    <para>
    396       <parameter>--with-cacerts-file=/etc/ssl/java/cacerts</parameter>:
     396      <parameter>--with-cacerts-file=/etc/pki/tls/java/cacerts</parameter>:
    397397      Specifies where to find a <filename>cacerts</filename> file,
    398       <filename>/etc/ssl/java/</filename> on a BLFS system. Otherwise, an empty
    399       one is created. You can use the
     398      <filename>/etc/pki/tls/java/</filename> on a BLFS system. Otherwise, an
     399      empty one is created. You can use the
    400400      <command>/usr/sbin/make-ca --force</command> command to generate it, once
    401401      you have installed the Java binaries.
     
    450450      </para>
    451451
    452 <screen role="root"><userinput>ln -sfv /etc/ssl/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
     452<screen role="root"><userinput>ln -sfv /etc/pki/tls/java/cacerts /opt/jdk/lib/security/cacerts</userinput></screen>
    453453
    454454      <para>
Note: See TracChangeset for help on using the changeset viewer.