diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-01 00:09:22 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-01 00:09:22 +0000 |
commit | a9e55e71a0a8a1dfa7e81e43fe0ba95b815e7992 (patch) | |
tree | b7090bd86012ef4e18fa931c4b20bf92e6fda03a | |
parent | 2a97a7cadf6b56e09f20a69907cddd9145dcccf6 (diff) |
* 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
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/sysvinit-inst.xml | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7e78f7231..776aaf287 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml index d0a58fbb3..ee747370b 100644 --- a/chapter06/sysvinit-inst.xml +++ b/chapter06/sysvinit-inst.xml @@ -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> |