Changeset 9a0022bf for postlfs


Ignore:
Timestamp:
03/22/2015 01:38:26 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
c4888aa6
Parents:
94945733
Message:

Update to Unicode-Collate 1.12.
Update to NET-DNS 0.83.
Update to freeglut-3.0.0.
Update to talloc-2.1.2.
Update to poppler-0.32.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cacerts.xml

    r94945733 r9a0022bf  
    246246   class="username">root</systemitem> user:</para>
    247247
    248 <screen role="root"><userinput>cat > /usr/bin/remove-expired-certs.sh &lt;&lt; "EOF"
     248<screen role="root"><userinput>cat > /usr/sbin/remove-expired-certs.sh &lt;&lt; "EOF"
    249249<literal>#!/bin/sh
    250250# Begin /usr/bin/remove-expired-certs.sh
     
    302302EOF
    303303
    304 chmod +x /usr/bin/remove-expired-certs.sh</userinput></screen>
     304chmod u+x /usr/sbin/remove-expired-certs.sh</userinput></screen>
    305305
    306306   <para>The following commands will fetch the certificates and convert them to
     
    314314wget $URL          &amp;&amp;
    315315make-ca.sh         &amp;&amp;
    316 remove-expired-certs.sh certs &amp;&amp;
    317316unset URL</userinput></screen>
    318317
     
    320319
    321320<screen role="root"><userinput>SSLDIR=/etc/ssl                                              &amp;&amp;
     321remove-expired-certs.sh certs                                &amp;&amp;
    322322install -d ${SSLDIR}/certs                                   &amp;&amp;
    323323cp -v certs/*.pem ${SSLDIR}/certs                            &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.