Changeset 5941d6e1 for general


Ignore:
Timestamp:
12/26/2014 04:10:38 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
2d7f5f9a
Parents:
5e18698b
Message:

OpenJDK-1.8.0.25: reinstate java cacerts test.
Update to wicd-1.7.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r5e18698b r5941d6e1  
    908908        -o "/opt/jdk/jre/lib/security/cacerts"</userinput></screen>
    909909
     910    <para>Use the following commands to check if the
     911    <filename>cacerts</filename> file has been successfully installed:</para>
     912     
     913<screen role="root"><userinput>cd /opt/jdk
     914bin/keytool -list -keystore jre/lib/security/cacerts</userinput></screen>
     915
     916    <para>At the prompt "Enter keystore password:", press the "Enter" key if
     917    there is no keystore password defined. If the <filename>cacerts</filename>
     918    file was installed correctly, you will see a list of the certificates with
     919    related information for each one. If not, you need to reinstall
     920    them.</para>
     921
    910922    </sect3>
    911923
Note: See TracChangeset for help on using the changeset viewer.