mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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:
parent
a433f6de5e
commit
9874723279
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user