Author: dj
Date: Sun Nov 18 00:20:13 2018
New Revision: 20717

Log:
Modify the distro specific anchor install hook for P11-kit.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/p11-kit.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Nov 17 16:58:06 2018        (r20716)
+++ trunk/BOOK/general.ent      Sun Nov 18 00:20:13 2018        (r20717)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "17">                   <!-- Always 2 digits -->
+<!ENTITY day          "18">                   <!-- Always 2 digits -->
 <!ENTITY month        "11">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "November 17th, &year;">
+<!ENTITY releasedate  "November 18th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Nov 17 16:58:06 
2018        (r20716)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Nov 18 00:20:13 
2018        (r20717)
@@ -42,6 +42,16 @@
     </listitem>
 -->
     <listitem>
+      <para>November 18th, 2018</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Modify the distro specific anchor install hook for
+          P11-kit.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>November 17th, 2018</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/postlfs/security/p11-kit.xml
==============================================================================
--- trunk/BOOK/postlfs/security/p11-kit.xml     Sat Nov 17 16:58:06 2018        
(r20716)
+++ trunk/BOOK/postlfs/security/p11-kit.xml     Sun Nov 18 00:20:13 2018        
(r20717)
@@ -93,6 +93,16 @@
   <sect2 role="installation">
     <title>Installation of p11-kit</title>
 
+    <para>Prepare the distribution specific anchor hook:</para>
+
+<screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in &amp;&amp;
+cat &gt;&gt; trust/trust-extract-compat.in &lt;&lt; "EOF"
+echo "Please create an OpenSSL Trusted Certificate with appropriate"
+echo "trust arguments in /etc/ssl/local/ and run '/usr/sbin/make-ca -f'"
+echo "as the root user."
+exit 1
+EOF</userinput></screen>
+
     <para>
       Install <application>p11-kit</application> by running the following
       commands:
@@ -162,7 +172,7 @@
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directories</segtitle>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to