Changeset 916c906


Ignore:
Timestamp:
11/08/2011 07:11:01 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b15d6da
Parents:
5094344a
Message:

Text correction in bootscripts description.

Remove erroneous sourcing line in bootscript 'functions' file used for
backward BLFS compatibility.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/functions

    r5094344a r916c906  
    1616#
    1717########################################################################
    18 
    19 # Set any needed environment variables e.g. HEADLESS
    20 . /lib/lsb/init_params
    2118
    2219## Environmental setup
  • chapter01/changelog.xml

    r5094344a r916c906  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[bdubbs] - Text correction in bootscripts description.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Remove erroneous sourcing line in bootscript
     47          functions used for backward BLFS compatibility.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
     53      <para>2011-10-29</para>
     54      <itemizedlist>
     55        <listitem>
    4356          <para>[matthew] - Upgrade to GCC-4.6.2. Fixes
    4457          <ulink url="&lfs-ticket-root;2951">#2951</ulink>.</para>
  • chapter07/usage.xml

    r5094344a r916c906  
    9696  functions in <filename class="directory">/lib/lsb/init-functions</filename>.
    9797  This library also reads an optional configuration file,
    98   <filename>/etc/sysconfig/init_params</filename>.  Any of the system
     98  <filename>/etc/sysconfig/rc.site</filename>.  Any of the system
    9999  configuration file parameters described in subsequent sections can be
    100100  alternatively placed in this file allowing consolidation of all system
  • general.ent

    r5094344a r916c906  
    1 <!ENTITY version "SVN-20111029">
    2 <!ENTITY releasedate "Oct 29, 2011">
     1<!ENTITY version "SVN-20111108">
     2<!ENTITY releasedate "Nov 8, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.1">
  • packages.ent

    r5094344a r916c906  
    299299<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    300300
    301 <!ENTITY lfs-bootscripts-version "20111017">                 <!-- Scripts depend on this format -->
     301<!ENTITY lfs-bootscripts-version "20111108">                 <!-- Scripts depend on this format -->
    302302<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    303303<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.