Upgraded to bootscripts 2.2.3, and installed the correct bootscript for syslog-ng

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-09-05 04:50:50 +00:00
parent a433f6de5e
commit 9874723279
3 changed files with 12 additions and 7 deletions

View File

@ -32,7 +32,7 @@ first a summary, then a detailed log.</para>
<listitem><para>groff-1.19.1</para></listitem> <listitem><para>groff-1.19.1</para></listitem>
<listitem><para>hotplug-2004_04_01</para></listitem> <listitem><para>hotplug-2004_04_01</para></listitem>
<listitem><para>iana-etc-1.01</para></listitem> <listitem><para>iana-etc-1.01</para></listitem>
<listitem><para>lfs-bootscripts-2.2.2</para></listitem> <listitem><para>lfs-bootscripts-2.2.3</para></listitem>
<listitem><para>libtool-1.5.8</para></listitem> <listitem><para>libtool-1.5.8</para></listitem>
<listitem><para>linux-2.6.8.1</para></listitem> <listitem><para>linux-2.6.8.1</para></listitem>
<listitem><para>m4-1.4.2</para></listitem> <listitem><para>m4-1.4.2</para></listitem>
@ -92,6 +92,10 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>September 4th, 2004 [jeremy]: Upgraded to LFS-Bootscripts-2.2.3
which provides the necessary bootscript for syslog-ng. Altered the bootscripts
installation to install the new bootscript.</para></listitem>
<listitem><para>August 31st, 2004 [jeremy]: Replaced sysklogd with syslog-ng, <listitem><para>August 31st, 2004 [jeremy]: Replaced sysklogd with syslog-ng,
and it's library libol. Build instructions taken from Jim Gifford's and it's library libol. Build instructions taken from Jim Gifford's
syslog-ng hint.</para></listitem> syslog-ng hint.</para></listitem>

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20040902"> <!ENTITY version "SVN-20040904">
<!ENTITY releasedate "September 2, 2004"> <!ENTITY releasedate "September 4, 2004">
<!ENTITY milestone "6.0"> <!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
@ -20,7 +20,7 @@
<!ENTITY bash-version "3.0"> <!ENTITY bash-version "3.0">
<!ENTITY binutils-version "2.15.91.0.2"> <!ENTITY binutils-version "2.15.91.0.2">
<!ENTITY bison-version "1.875a"> <!ENTITY bison-version "1.875a">
<!ENTITY bootscripts-version "2.2.2"> <!ENTITY bootscripts-version "2.2.3">
<!ENTITY bzip2-version "1.0.2"> <!ENTITY bzip2-version "1.0.2">
<!ENTITY coreutils-version "5.2.1"> <!ENTITY coreutils-version "5.2.1">
<!ENTITY dejagnu-version "1.4.4"> <!ENTITY dejagnu-version "1.4.4">