Changeset 2838a645
- Timestamp:
- 08/22/2019 07:45:56 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 22c3cdd7
- Parents:
- 140475a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r140475a r2838a645 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 1"> <!-- Always 2 digits -->3 <!ENTITY day "22"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 2 1st, &year;">9 <!ENTITY releasedate "August 22nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/openjdk.xml
r140475a r2838a645 452 452 453 453 <para> 454 To check the installati ion, issue:454 To check the installation, issue: 455 455 </para> 456 456 457 457 <screen role="root"><userinput>cd /opt/jdk 458 458 bin/keytool -list -cacerts</userinput></screen> 459 460 <para> 461 At the prompt <computeroutput>Enter keystore password:</computeroutput>, 462 enter <userinput>changeit</userinput> (the default) or just press the 463 <quote>Enter</quote> key. If the <filename>cacerts</filename> file was 464 installed correctly, you will see a list of the certificates with 465 related information for each one. If not, you need to reinstall them. 466 </para> 459 467 460 468 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.