mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
* 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:
parent
2a97a7cadf
commit
a9e55e71a0
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user