Changeset f5e51f4 for postlfs


Ignore:
Timestamp:
11/18/2018 08:20:13 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:
75f0f9a
Parents:
5dda4e2
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/p11-kit.xml

    r5dda4e2 rf5e51f4  
    9393  <sect2 role="installation">
    9494    <title>Installation of p11-kit</title>
     95
     96    <para>Prepare the distribution specific anchor hook:</para>
     97
     98<screen><userinput>sed '20,$ d' -i trust/trust-extract-compat.in &amp;&amp;
     99cat &gt;&gt; trust/trust-extract-compat.in &lt;&lt; "EOF"
     100echo "Please create an OpenSSL Trusted Certificate with appropriate"
     101echo "trust arguments in /etc/ssl/local/ and run '/usr/sbin/make-ca -f'"
     102echo "as the root user."
     103exit 1
     104EOF</userinput></screen>
    95105
    96106    <para>
     
    163173
    164174    <segmentedlist>
    165       <segtitle>Installed Program</segtitle>
     175      <segtitle>Installed Programs</segtitle>
    166176      <segtitle>Installed Libraries</segtitle>
    167177      <segtitle>Installed Directories</segtitle>
Note: See TracChangeset for help on using the changeset viewer.