diff options
author | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-06-11 11:19:41 +0000 |
---|---|---|
committer | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-06-11 11:19:41 +0000 |
commit | 456a1d928d66af0baed73f9dd8114c80eef0edac (patch) | |
tree | 1f21c48c67b1a12847e3af6199b30a21c18c9a99 /chapter06 | |
parent | 354686209b1d8a6733dea9cce96dccb9ee1fabc0 (diff) |
Added sysvinit-2.85-proclen-1.patch to the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysvinit.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 4f098a0b0..f39213f2e 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -28,6 +28,10 @@ running, and shutdown of your system.</para> <sect2 role="installation"> <title>Installation of Sysvinit</title> +<para>Sysvinit &sysvinit-version; contains a "buffer overflow" bug. +Under some conditions, it clobbers the +values of environment variables. Fix that:</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 shouldn't be running in the new |