Changeset 2ea0023 for postlfs


Ignore:
Timestamp:
07/28/2014 10:58:36 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
27b0549
Parents:
a2ff7a97
Message:

Merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13702 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cacerts.xml

    ra2ff7a97 r2ea0023  
    143143
    144144<screen role="root"><userinput>cat > /bin/make-ca.sh &lt;&lt; "EOF"
    145 <literal>#!/bin/bash
     145<literal>#!/bin/sh
    146146# Begin make-ca.sh
    147147# Script to populate OpenSSL's CApath from a bundle of PEM formatted CAs
     
    247247
    248248<screen role="root"><userinput>cat > /bin/remove-expired-certs.sh &lt;&lt; "EOF"
    249 <literal>#!/bin/bash
     249<literal>#!/bin/sh
    250250# Begin /bin/remove-expired-certs.sh
    251251#
     
    253253
    254254# Make sure the date is parsed correctly on all systems
    255 function mydate()
     255mydate()
    256256{
    257257  local y=$( echo $1 | cut -d" " -f4 )
     
    362362        <term><command>make-ca.sh</command></term>
    363363        <listitem>
    364           <para>is a <application>bash</application> script that reformats
     364          <para>is a shell script that reformats
    365365          the <filename>certdata.txt</filename> file for use by
    366366          <application>openssl</application>.</para>
Note: See TracChangeset for help on using the changeset viewer.