* Moved net-tools install after sh-utils

* Added print_error_msg to rcS as it appears in rc


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-08-01 00:09:22 +00:00
parent 2a97a7cadf
commit a9e55e71a0
2 changed files with 9 additions and 2 deletions

View File

@ -33,13 +33,20 @@ compile problems</para></listitem>
<listitem><para>Chapter 5: Added missing chown root.root
$LFS/usr/include/linux to kernel installation </para></listitem>
<listitem><para> Chapter 6: Removed the Groff command explanation
<listitem><para>Chapter 6: Removed the Groff command explanation
regarding CXXFLAGS which has been made obsolete with the update
to groff-1.17.1</para></listitem>
<listitem><para>Chapter 6: Moved the net-tools installation until after
sh-utils so that net-tools can replace sh-utils's
/bin/hostname.</para></listitem>
<listitem><para>Chapter 7: Changed $* into "$@" in the functions script.
"$@" allows usage of quoted arguments with blanks.</para></listitem>
<listitem><para>Chapter 7: Added print_error_msg from the rcS script as
it appears in the rc script as well.</para></listitem>
</itemizedlist>
<para>3.0-pre4 - June 22nd, 2001</para>

View File

@ -13,7 +13,7 @@ processes started by init the TERM signal".</para>
<para>Apply the patch by running the following command:</para>
<para><screen><userinput>patch -Np1 -i ../sysvinit-2.79.patch</userinput></screen></para>
<para><screen><userinput>patch -Np1 -i ../sysvinit-&sysvinit-version;.patch</userinput></screen></para>
<para>Install Sysvinit by running the following commands:</para>