Changeset d9ed7cc


Ignore:
Timestamp:
09/21/2019 04:50:53 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
7b29f96
Parents:
591e188
Message:

make-ca: Remove a section that was supposed to be removed after 9.0, and fix spacing nitpick for SysV update-pki file

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/make-ca.xml

    r591e188 rd9ed7cc  
    132132
    133133    <!-- Remove at 8.5 or 9.0 -->
    134     <para>Previous versions of BLFS used the path
     134<!--    <para>Previous versions of BLFS used the path
    135135    <filename>/etc/ssl/ca-bundle.crt</filename> for the
    136136    <xref linkend="gnutls"/> certificate store. If software is still installed
     
    139139
    140140<screen role="nodump"><userinput>ln -sfv /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/ca-bundle.crt</userinput></screen>
     141   It's after 9.0 -->
    141142
    142143    <para>You should periodically update the store with the above command,
     
    153154    </para>
    154155
    155 <screen role="root" revision="sysv"><userinput>install -vdm755 /etc/cron.weekly                       &amp;&amp;
     156<screen role="root" revision="sysv"><userinput>install -vdm755 /etc/cron.weekly              &amp;&amp;
    156157cat &gt; /etc/cron.weekly/update-pki.sh &lt;&lt; "EOF" &amp;&amp;
    157158<literal>#!/bin/bash
Note: See TracChangeset for help on using the changeset viewer.