Quellcode durchsuchen

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
Bruce Dubbs vor 13 Jahren
Ursprung
Commit
916c906b11
5 geänderte Dateien mit 17 neuen und 7 gelöschten Zeilen
  1. 0 3
      bootscripts/lfs/init.d/functions
  2. 13 0
      chapter01/changelog.xml
  3. 1 1
      chapter07/usage.xml
  4. 2 2
      general.ent
  5. 1 1
      packages.ent

+ 0 - 3
bootscripts/lfs/init.d/functions

@@ -16,9 +16,6 @@
 #
 #
 ########################################################################
 ########################################################################
 
 
-# Set any needed environment variables e.g. HEADLESS
-. /lib/lsb/init_params
-
 ## Environmental setup
 ## Environmental setup
 # Setup default values for environment
 # Setup default values for environment
 umask 022
 umask 022

+ 13 - 0
chapter01/changelog.xml

@@ -36,6 +36,19 @@
     </listitem>
     </listitem>
 
 
 -->
 -->
+    <listitem>
+      <para>2011-10-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Text correction in bootscripts description.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Remove erroneous sourcing line in bootscript 
+          functions used for backward BLFS compatibility.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2011-10-29</para>
       <para>2011-10-29</para>
       <itemizedlist>
       <itemizedlist>

+ 1 - 1
chapter07/usage.xml

@@ -95,7 +95,7 @@ EOF</userinput></screen>
   <para>As a convenience, the <command>rc</command> script reads a library of
   <para>As a convenience, the <command>rc</command> script reads a library of
   functions in <filename class="directory">/lib/lsb/init-functions</filename>.
   functions in <filename class="directory">/lib/lsb/init-functions</filename>.
   This library also reads an optional configuration file,
   This library also reads an optional configuration file,
-  <filename>/etc/sysconfig/init_params</filename>.  Any of the system
+  <filename>/etc/sysconfig/rc.site</filename>.  Any of the system
   configuration file parameters described in subsequent sections can be
   configuration file parameters described in subsequent sections can be
   alternatively placed in this file allowing consolidation of all system
   alternatively placed in this file allowing consolidation of all system
   parameters in this one file.</para>
   parameters in this one file.</para>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20111029">
-<!ENTITY releasedate "Oct 29, 2011">
+<!ENTITY version "SVN-20111108">
+<!ENTITY releasedate "Nov 8, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.1">
 <!ENTITY milestone "7.1">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 1 - 1
packages.ent

@@ -298,7 +298,7 @@
 <!ENTITY less-ch6-du "3.5 MB">
 <!ENTITY less-ch6-du "3.5 MB">
 <!ENTITY less-ch6-sbu "less than 0.1 SBU">
 <!ENTITY less-ch6-sbu "less than 0.1 SBU">
 
 
-<!ENTITY lfs-bootscripts-version "20111017">                 <!-- Scripts depend on this format -->
+<!ENTITY lfs-bootscripts-version "20111108">                 <!-- Scripts depend on this format -->
 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->
 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->