Author: bdubbs Date: 2011-11-08 12:11:01 -0700 (Tue, 08 Nov 2011) New Revision: 9659
Modified: trunk/BOOK/bootscripts/lfs/init.d/functions trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter07/usage.xml trunk/BOOK/general.ent trunk/BOOK/packages.ent Log: Text correction in bootscripts description. Remove erroneous sourcing line in bootscript 'functions' file used for backward BLFS compatibility. Modified: trunk/BOOK/bootscripts/lfs/init.d/functions =================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/functions 2011-11-01 22:02:13 UTC (rev 9658) +++ trunk/BOOK/bootscripts/lfs/init.d/functions 2011-11-08 19:11:01 UTC (rev 9659) @@ -16,9 +16,6 @@ # ######################################################################## -# Set any needed environment variables e.g. HEADLESS -. /lib/lsb/init_params - ## Environmental setup # Setup default values for environment umask 022 Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2011-11-01 22:02:13 UTC (rev 9658) +++ trunk/BOOK/chapter01/changelog.xml 2011-11-08 19:11:01 UTC (rev 9659) @@ -40,6 +40,19 @@ <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> + <para>2011-10-29</para> + <itemizedlist> + <listitem> <para>[matthew] - Upgrade to GCC-4.6.2. Fixes <ulink url="&lfs-ticket-root;2951">#2951</ulink>.</para> </listitem> Modified: trunk/BOOK/chapter07/usage.xml =================================================================== --- trunk/BOOK/chapter07/usage.xml 2011-11-01 22:02:13 UTC (rev 9658) +++ trunk/BOOK/chapter07/usage.xml 2011-11-08 19:11:01 UTC (rev 9659) @@ -95,7 +95,7 @@ <para>As a convenience, the <command>rc</command> script reads a library of functions in <filename class="directory">/lib/lsb/init-functions</filename>. 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 alternatively placed in this file allowing consolidation of all system parameters in this one file.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2011-11-01 22:02:13 UTC (rev 9658) +++ trunk/BOOK/general.ent 2011-11-08 19:11:01 UTC (rev 9659) @@ -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 – --> <!ENTITY milestone "7.1"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> Modified: trunk/BOOK/packages.ent =================================================================== --- trunk/BOOK/packages.ent 2011-11-01 22:02:13 UTC (rev 9658) +++ trunk/BOOK/packages.ent 2011-11-08 19:11:01 UTC (rev 9659) @@ -298,7 +298,7 @@ <!ENTITY less-ch6-du "3.5 MB"> <!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-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page