Changeset 456a1d92


Ignore:
Timestamp:
06/11/2004 11:19:41 AM (20 years ago)
Author:
Alexander E. Patrakov <alexander@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a66c1cd3
Parents:
3546862
Message:

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • TODO

    r3546862 r456a1d92  
    88 - Check for pureness and fix any occurrences of breakage.
    99 - Add more index terms to hotplug page.
    10  - Include the proclen patch for sysvinit, since it's really small, fixes a very
    11    noticable bug, and is all just around just play fun to look at.
    1210 - Convert some patches to seds (only sane ones, though).
  • chapter01/changelog.xml

    r3546862 r456a1d92  
    7676<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
    7777<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
     78<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
    7879<listitem><para>udev-026</para></listitem>
    7980<listitem><para>udev-026-config-1.patch</para></listitem>
     
    106107</listitem>
    107108
     109<listitem><para>June 11, 2004 [alexander]: Added sysvinit-2.85-proclen-1.patch
     110</para></listitem>
     111
    108112<listitem><para>June 10, 2004 [alexander]: Reverted the bogus change of package
    109113order. Removed the "background" line from /etc/vimrc because it matches the
  • chapter03/patches.xml

    r3546862 r456a1d92  
    148148
    149149<varlistentry>
     150<term>Sysvinit /proc Title Length Patch - 1 KB:</term> <listitem>
     151<para><ulink url="&patches-root;sysvinit-&sysvinit-version;-proclen-1.patch"/></para>
     152</listitem>
     153</varlistentry>
     154
     155<varlistentry>
    150156<term>Udev Configuration Patch - 6 KB:</term>
    151157<listitem>
  • chapter06/sysvinit.xml

    r3546862 r456a1d92  
    2929<title>Installation of Sysvinit</title>
    3030
     31<para>Sysvinit &sysvinit-version; contains a "buffer overflow" bug.
     32Under some conditions, it clobbers the
     33values of environment variables. Fix that:</para>
     34<screen><userinput>patch -Np1 -i ../sysvinit-&sysvinit-version;-proclen-1.patch</userinput></screen>
    3135<para>When run-levels are changed (for example, when halting the system),
    3236<command>init</command> sends termination signals to those processes that
  • general.ent

    r3546862 r456a1d92  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "CVS-20040610">
    3 <!ENTITY releasedate "June 10, 2004">
     2<!ENTITY version "CVS-20040611">
     3<!ENTITY releasedate "June 11, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.