Changeset a04dfea


Ignore:
Timestamp:
01/09/2005 12:36:47 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
fd36342
Parents:
4ee4088
Message:
  • Upgrade to sysvinit-2.86

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4ee4088 ra04dfea  
    4040<listitem><para>Procps 3.2.4</para></listitem>
    4141<listitem><para>Shadow 4.0.6</para></listitem>
     42<listitem><para>Sysvinit 2.86</para></listitem>
    4243<listitem><para>Tcl 8.4.8</para></listitem>
    4344<listitem><para>Udev 046</para></listitem>
     
    6162<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
    6263<listitem><para>Sysklogd 1.4.1</para></listitem>
     64<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
    6365<listitem><para>util-linux-2.12b-sfdisk-1.patch</para></listitem>
    6466<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
  • chapter03/patches.xml

    r4ee4088 ra04dfea  
    134134
    135135<varlistentry>
    136 <term>Sysvinit /proc Title Length Patch - 1 KB:</term> <listitem>
    137 <para><ulink url="&patches-root;sysvinit-&sysvinit-version;-proclen-1.patch"/></para>
    138 </listitem>
    139 </varlistentry>
    140 
    141 <varlistentry>
    142136<term>Texinfo Segfault Patch - 1 KB:</term> <listitem>
    143137<para><ulink url="&patches-root;texinfo-&texinfo-version;-segfault-1.patch"/></para>
  • chapter06/sysvinit.xml

    r4ee4088 ra04dfea  
    2828<sect2 role="installation">
    2929<title>Installation of Sysvinit</title>
    30 
    31 <para>Sysvinit-&sysvinit-version; contains a <quote>buffer
    32 overflow</quote> bug. Under some conditions, it modifies the values of
    33 environment variables. Fix this with:</para>
    34 
    35 <screen><userinput>patch -Np1 -i ../sysvinit-&sysvinit-version;-proclen-1.patch</userinput></screen>
    3630
    3731<para>When run-levels are changed (for example, when halting the
     
    186180</varlistentry>
    187181
     182<varlistentry id="mountpoint">
     183<term><command>mountpoint</command></term>
     184<listitem>
     185<indexterm zone="ch-system-sysvinit mountpoint"><primary sortas="b-mountpoint">mountpoint</primary></indexterm>
     186<para>checks if the directory is a mountpoint.</para>
     187</listitem>
     188</varlistentry>
     189
    188190<varlistentry id="pidof">
    189191<term><command>pidof</command></term>
  • general.ent

    r4ee4088 ra04dfea  
    6565<!ENTITY shadow-version "4.0.6">
    6666<!ENTITY syslog-ng-version "1.6.5">
    67 <!ENTITY sysvinit-version "2.85">
     67<!ENTITY sysvinit-version "2.86">
    6868<!ENTITY tar-version "1.14">
    6969<!ENTITY tcl-version "8.4.8">
Note: See TracChangeset for help on using the changeset viewer.