Changeset 0027013


Ignore:
Timestamp:
08/30/2014 06:06:08 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 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, krejzi/svn, 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:
e248af7
Parents:
3e90bfe
Message:

Fix typos in cert scripts

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cacerts.xml

    r3e90bfe r0027013  
    8686
    8787# Used to generate PEM encoded files from Mozilla certdata.txt.
    88 # Run as ./mkcrt.pl > certificate.crt
     88# Run as ./make-cert.pl > certificate.crt
    8989#
    9090# Parts of this script courtesy of RedHat (mkcabundle.pl)
     
    179179mkdir "${TEMPDIR}/certs"
    180180
    181 # Get a list of staring lines for each cert
     181# Get a list of starting lines for each cert
    182182CERTBEGINLIST=$(grep -n "^# Certificate" "${certdata}" | cut -d ":" -f1)
    183183
     
    197197done
    198198
    199 unset CERTBEGINLIST CERTDATA CERTENDLIST certebegin certend
     199unset CERTBEGINLIST CERTDATA CERTENDLIST certbegin certend
    200200
    201201mkdir -p certs
Note: See TracChangeset for help on using the changeset viewer.