Bläddra i källkod

* 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

Gerard Beekmans 24 år sedan
förälder
incheckning
a9e55e71a0
2 ändrade filer med 9 tillägg och 2 borttagningar
  1. 8 1
      chapter01/changelog.xml
  2. 1 1
      chapter06/sysvinit-inst.xml

+ 8 - 1
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>

+ 1 - 1
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>