diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-09 12:36:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-09 12:36:47 +0000 |
commit | a04dfea8cd7c640c8d739dceb8076385ca8909e1 (patch) | |
tree | 0904801e831dfdfa40264b38a21bb5341d5faba1 | |
parent | 4ee40885a9429838a9ee8785f1242e994f2494d4 (diff) |
* Upgrade to sysvinit-2.86
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter03/patches.xml | 6 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 14 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 11 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cf93e6238..d83d12db4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,7 @@ first a summary, then a detailed log.</para> <listitem><para>Perl 5.8.6</para></listitem> <listitem><para>Procps 3.2.4</para></listitem> <listitem><para>Shadow 4.0.6</para></listitem> +<listitem><para>Sysvinit 2.86</para></listitem> <listitem><para>Tcl 8.4.8</para></listitem> <listitem><para>Udev 046</para></listitem> <listitem><para>Util-linux 2.12i</para></listitem> @@ -60,6 +61,7 @@ first a summary, then a detailed log.</para> <itemizedlist> <listitem><para>bash-3.0-display_wrap-1.patch</para></listitem> <listitem><para>Sysklogd 1.4.1</para></listitem> +<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem> <listitem><para>util-linux-2.12b-sfdisk-1.patch</para></listitem> <listitem><para>zlib-1.2.1-security-1.patch</para></listitem> </itemizedlist> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 0c4d7681a..6a62e9743 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -133,12 +133,6 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry> -<term>Sysvinit /proc Title Length Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;sysvinit-&sysvinit-version;-proclen-1.patch"/></para> -</listitem> -</varlistentry> - -<varlistentry> <term>Texinfo Segfault Patch - 1 KB:</term> <listitem> <para><ulink url="&patches-root;texinfo-&texinfo-version;-segfault-1.patch"/></para> </listitem> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index bcd3fae63..de585b38a 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -28,12 +28,6 @@ running, and shutdown of the system.</para> <sect2 role="installation"> <title>Installation of Sysvinit</title> -<para>Sysvinit-&sysvinit-version; contains a <quote>buffer -overflow</quote> bug. Under some conditions, it modifies the values of -environment variables. Fix this with:</para> - -<screen><userinput>patch -Np1 -i ../sysvinit-&sysvinit-version;-proclen-1.patch</userinput></screen> - <para>When run-levels are changed (for example, when halting the system), <command>init</command> sends termination signals to those processes that <command>init</command> itself started and that should @@ -185,6 +179,14 @@ user's terminal</para> </listitem> </varlistentry> +<varlistentry id="mountpoint"> +<term><command>mountpoint</command></term> +<listitem> +<indexterm zone="ch-system-sysvinit mountpoint"><primary sortas="b-mountpoint">mountpoint</primary></indexterm> +<para>checks if the directory is a mountpoint.</para> +</listitem> +</varlistentry> + <varlistentry id="pidof"> <term><command>pidof</command></term> <listitem> diff --git a/general.ent b/general.ent index f6ff6561e..3e52ce6e3 100644 --- a/general.ent +++ b/general.ent @@ -64,7 +64,7 @@ <!ENTITY sed-version "4.1.2"> <!ENTITY shadow-version "4.0.6"> <!ENTITY syslog-ng-version "1.6.5"> -<!ENTITY sysvinit-version "2.85"> +<!ENTITY sysvinit-version "2.86"> <!ENTITY tar-version "1.14"> <!ENTITY tcl-version "8.4.8"> <!ENTITY texinfo-version "4.7"> |