Author: dj
Date: 2009-03-12 02:18:53 -0600 (Thu, 12 Mar 2009)
New Revision: 7803
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/security/openssl.xml
trunk/BOOK/postlfs/security/rootcerts.xml
Log:
corrected path of ca-bundle.crt, recommended dep of OpenSSL, and corrected id
for rootcerts.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-03-12 04:04:16 UTC
(rev 7802)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-03-12 08:18:53 UTC
(rev 7803)
@@ -51,6 +51,10 @@
<para>[dj] - Updated dependencies for Xorg Server to include pixman
and removed pixman from Xorg Libs wget list.</para>
</listitem>
+ <listitem>
+ <para>[dj] - Added Root Certificates as recommended dependency to
+ OpenSSL and changed installation path for ca-bundle.crt.</para>
+ </listitem>
</itemizedlist>
</listitem>
Modified: trunk/BOOK/postlfs/security/openssl.xml
===================================================================
--- trunk/BOOK/postlfs/security/openssl.xml 2009-03-12 04:04:16 UTC (rev
7802)
+++ trunk/BOOK/postlfs/security/openssl.xml 2009-03-12 08:18:53 UTC (rev
7803)
@@ -67,9 +67,9 @@
<bridgehead renderas="sect3">OpenSSL Dependencies</bridgehead>
- <bridgehead renderas="sect4">Recommended
- (if you run the test suite during the build)</bridgehead>
- <para role="recommended"><xref linkend="bc"/></para>
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended"><xref linkend="bc"/>(if you run the test suite
+ during the build) and <xref linkend="rootcerts"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="mitkrb"/> or
Modified: trunk/BOOK/postlfs/security/rootcerts.xml
===================================================================
--- trunk/BOOK/postlfs/security/rootcerts.xml 2009-03-12 04:04:16 UTC (rev
7802)
+++ trunk/BOOK/postlfs/security/rootcerts.xml 2009-03-12 08:18:53 UTC (rev
7803)
@@ -5,7 +5,7 @@
%general-entities;
]>
-<sect1 id="postlfs-config-rootcerts" xreflabel="Root Certificates">
+<sect1 id="rootcerts" xreflabel="Root Certificates">
<?dbhtml filename="rootcerts.html"?>
<sect1info>
@@ -15,7 +15,7 @@
<title>Root Certificates</title>
- <indexterm zone="postlfs-config-rootcerts">
+ <indexterm zone="rootcerts">
<primary sortas="e-cabundle">ca-bundle.crt</primary>
</indexterm>
@@ -45,7 +45,7 @@
the file world readable by issuing the following commands as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>install -v -d /etc/ssl/certs &&
-install -m644 ca-bundle.crt /etc/ssl/certs</userinput></screen>
+<screen role="root"><userinput>install -v -d /etc/ssl &&
+install -m644 ca-bundle.crt /etc/ssl</userinput></screen>
</sect1>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page