Changeset 76ca09b for postlfs


Ignore:
Timestamp:
09/08/2013 03:42:41 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc871369
Parents:
60630d3
Message:

cacerts formatting

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cacerts.xml

    r60630d3 r76ca09b  
    7575    class="username">root</systemitem> user:</para>
    7676
    77   <screen role="root"><userinput>cat > /bin/make-cert.pl &lt;&lt; "EOF"
    78 #!/usr/bin/perl -w
     77<screen role="root"><userinput>cat > /bin/make-cert.pl &lt;&lt; "EOF"
     78<literal>#!/usr/bin/perl -w
    7979
    8080# Used to generate PEM encoded files from Mozilla certdata.txt.
     
    124124        }
    125125    }
    126 }
     126}</literal>
    127127EOF
    128128
     
    135135   user:</para>
    136136
    137    <screen role="root"><userinput>cat > /bin/make-ca.sh &lt;&lt; "EOF"
    138 #!/bin/bash
     137<screen role="root"><userinput>cat > /bin/make-ca.sh &lt;&lt; "EOF"
     138<literal>#!/bin/bash
    139139# Begin make-ca.sh
    140140# Script to populate OpenSSL's CApath from a bundle of PEM formatted CAs
     
    230230# Finally, generate the bundle and clean up.
    231231cat certs/*.pem >  ${BUNDLE}
    232 rm -r "${TEMPDIR}"
     232rm -r "${TEMPDIR}"</literal>
    233233EOF
    234234
     
    239239   class="username">root</systemitem> user:</para>
    240240
    241   <screen role="root"><userinput>cat > /bin/remove-expired-certs.sh &lt;&lt; "EOF"
    242 #!/bin/bash
     241<screen role="root"><userinput>cat > /bin/remove-expired-certs.sh &lt;&lt; "EOF"
     242<literal>#!/bin/bash
    243243# Begin /bin/remove-expired-certs.sh
    244244#
     
    292292     rm -f "${cert}"
    293293  fi
    294 done
     294done</literal>
    295295EOF
    296296
Note: See TracChangeset for help on using the changeset viewer.