Prechádzať zdrojové kódy

Minor oops in the bootscripts upgrade - forgot to remove the separate targets for syslog-ng and hotplug

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4479 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 20 rokov pred
rodič
commit
f6a2cfa366
2 zmenil súbory, kde vykonal 3 pridanie a 6 odobranie
  1. 3 0
      chapter01/changelog.xml
  2. 0 6
      chapter07/bootscripts.xml

+ 3 - 0
chapter01/changelog.xml

@@ -50,6 +50,9 @@ of the LFS Book.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>December 31st, 2004 [jeremy]: Oops - forgot to remove the
+separate targets for hotplug and syslog-ng - fixed.</para></listitem>
+
 <listitem><para>December 31st, 2004 [jeremy]: Upgrade to LFS-Bootscripts 3.1.0</para></listitem>
 
 <listitem><para>December 30th, 2004 [jeremy]: Added Archaic's sed to stop

+ 0 - 6
chapter07/bootscripts.xml

@@ -26,12 +26,6 @@
 
 <screen><userinput>make install</userinput></screen>
 
-<para>Since this version of LFS also uses the hotplug and syslog-ng packages, 
-we also want to make sure we install the bootscripts for those as well:</para>
-
-<screen><userinput>make install-hotplug
-make install-syslog-ng</userinput></screen>
-
 </sect2>