diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter07/bootscripts.xml | 7 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6b80aa15c..26b93635f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -32,7 +32,7 @@ first a summary, then a detailed log.</para> <listitem><para>groff-1.19.1</para></listitem> <listitem><para>hotplug-2004_04_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>linux-2.6.8.1</para></listitem> <listitem><para>m4-1.4.2</para></listitem> @@ -92,6 +92,10 @@ first a summary, then a detailed log.</para> </itemizedlist> </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, and it's library libol. Build instructions taken from Jim Gifford's syslog-ng hint.</para></listitem> diff --git a/chapter07/bootscripts.xml b/chapter07/bootscripts.xml index ac797ed14..7086ab8a9 100644 --- a/chapter07/bootscripts.xml +++ b/chapter07/bootscripts.xml @@ -31,10 +31,11 @@ <screen><userinput>make install</userinput></screen> -<para>Since this version of LFS also uses the hotplug package, we also want to -make sure we install the bootscripts for that as well:</para> +<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</userinput></screen> +<screen><userinput>make install-hotplug +make install-syslog-ng</userinput></screen> </sect2> diff --git a/general.ent b/general.ent index 743de777d..3f52ca254 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040902"> -<!ENTITY releasedate "September 2, 2004"> +<!ENTITY version "SVN-20040904"> +<!ENTITY releasedate "September 4, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -20,7 +20,7 @@ <!ENTITY bash-version "3.0"> <!ENTITY binutils-version "2.15.91.0.2"> <!ENTITY bison-version "1.875a"> -<!ENTITY bootscripts-version "2.2.2"> +<!ENTITY bootscripts-version "2.2.3"> <!ENTITY bzip2-version "1.0.2"> <!ENTITY coreutils-version "5.2.1"> <!ENTITY dejagnu-version "1.4.4"> |