mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
5094344aed
commit
916c906b11
@ -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
|
||||
|
@ -36,6 +36,19 @@
|
||||
</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>
|
||||
<para>2011-10-29</para>
|
||||
<itemizedlist>
|
||||
|
@ -95,7 +95,7 @@ EOF</userinput></screen>
|
||||
<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>
|
||||
|
@ -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}]" -->
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user