Changeset 240ff15


Ignore:
Timestamp:
09/23/2011 05:06:43 PM (13 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.0, 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:
d8efcad
Parents:
620c6d0
Message:

Allow variables in rc.site to override defaults

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/lib/services/init-functions

    r620c6d0 r240ff15  
    1919########################################################################
    2020
    21 # Set any needed environment variables e.g. HEADLESS
    22 [ -r /etc/sysconfig/rc.site ]  && . /etc/sysconfig/rc.site
    23 
    2421## Environmental setup
    2522# Setup default values for environment
     
    6764KILLDELAY=3
    6865
    69 
     66# Set any user specified environment variables e.g. HEADLESS
     67[ -r /etc/sysconfig/rc.site ]  && . /etc/sysconfig/rc.site
    7068
    7169################################################################################
  • chapter01/changelog.xml

    r620c6d0 r240ff15  
    3838-->
    3939    <listitem>
    40       <para>2011-09-21</para>
     40      <para>2011-09-23</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Allow variables in rc.site to override defaults.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
     49      <para>2011-09-22</para>
    4150      <itemizedlist>
    4251        <listitem>
  • general.ent

    r620c6d0 r240ff15  
    1 <!ENTITY version "SVN-20110922">
    2 <!ENTITY releasedate "Sep 22, 2011">
     1<!ENTITY version "SVN-20110923">
     2<!ENTITY releasedate "Sep 23, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.0">
  • packages.ent

    r620c6d0 r240ff15  
    299299<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    300300
    301 <!ENTITY lfs-bootscripts-version "20110922">                 <!-- Scripts depend on this format -->
     301<!ENTITY lfs-bootscripts-version "20110923">                 <!-- 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.