Changeset de5068d for postlfs


Ignore:
Timestamp:
06/10/2012 04:40:18 PM (12 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.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:
b03f4d7a
Parents:
01996ebb
Message:

Minor changes to role tags.
Readjust patch presentation in seamonkey.

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

Location:
postlfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/lsb-release.xml

    r01996ebb rde5068d  
    7373     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7474
    75 <screen><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1/lsb_release.1 &amp;&amp;
     75<screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1/lsb_release.1 &amp;&amp;
    7676install -v -m 755 lsb_release /usr/bin/lsb_release</userinput></screen>
    7777
  • postlfs/security/cacerts.xml

    r01996ebb rde5068d  
    7575    class="username">root</systemitem> user:</para>
    7676
    77   <screen><userinput>cat > /bin/make-cert.pl &lt;&lt; "EOF"
     77  <screen role="root"><userinput>cat > /bin/make-cert.pl &lt;&lt; "EOF"
    7878#!/usr/bin/perl -w
    7979
     
    135135   user:</para>
    136136
    137    <screen><userinput>cat > /bin/make-ca.sh &lt;&lt; "EOF"
     137   <screen role="root"><userinput>cat > /bin/make-ca.sh &lt;&lt; "EOF"
    138138#!/bin/bash
    139139# Begin make-ca.sh
     
    239239   class="username">root</systemitem> user:</para>
    240240
    241   <screen><userinput>cat > /bin/remove-expired-certs.sh &lt;&lt; "EOF"
     241  <screen role="root"><userinput>cat > /bin/remove-expired-certs.sh &lt;&lt; "EOF"
    242242#!/bin/bash
    243243# Begin /bin/remove-expired-certs.sh
     
    314314   <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    315315
    316 <screen><userinput>SSLDIR=/etc/ssl                                     &amp;&amp;
     316<screen role="root"><userinput>SSLDIR=/etc/ssl                                     &amp;&amp;
    317317install -d ${SSLDIR}/certs                          &amp;&amp;
    318318cp -v certs/*.pem ${SSLDIR}/certs                   &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.