Changeset 5c69a2d


Ignore:
Timestamp:
02/24/2019 09:00:49 PM (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, 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:
cc2e1ac6
Parents:
106440d
Message:

Make libnssckbi.so link unconditionally in p11-kit and NSS instructions.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r106440d r5c69a2d  
    4545      <para>February 24th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Make libnssckbi.so link unconditionally in p11-kit and
     49          NSS instructions.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[dj] - Moved example configuration for make-ca to the
  • postlfs/security/nss.xml

    r106440d r5c69a2d  
    224224    commands:</para>
    225225
    226 <screen role="root"><userinput>if [ -e /usr/lib/libp11-kit.so ]; then
    227   readlink /usr/lib/libnssckbi.so ||
    228   rm -v /usr/lib/libnssckbi.so    &amp;&amp;
    229   ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so
    230 fi</userinput></screen>
     226<screen role="root"><userinput>ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so</userinput></screen>
    231227
    232228    <para>Additionally, for dependent applications that do not use the internal
    233229    database (<filename>/usr/lib/libnssckbi.so</filename>), the
    234230    <filename>/usr/sbin/make-ca</filename> script, included on the
    235     <xref linkend="make-ca"/> page, will generate a system wide NSS DB.</para>
     231    <xref linkend="make-ca"/> page can generate a system wide NSS DB with the
     232    <parameter>-n</parameter> switch, or by modifying the
     233    <filename>/etc/make-ca.conf</filename> file.</para>
    236234
    237235  </sect2>
  • postlfs/security/p11-kit.xml

    r106440d r5c69a2d  
    163163    commands:</para>
    164164
    165 <screen role="root"><userinput>if [ -e /usr/lib/libnssckbi.so ]; then
    166   readlink /usr/lib/libnssckbi.so ||
    167   rm -fv /usr/lib/libnssckbi.so    &amp;&amp;
    168   ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so
    169 fi</userinput></screen>
     165<screen role="root"><userinput>ln -sfv ./pkcs11/p11-kit-trust.so /usr/lib/libnssckbi.so</userinput></screen>
    170166
    171167  </sect2>
Note: See TracChangeset for help on using the changeset viewer.