Changeset 2411b2a in clfs-sysroot


Ignore:
Timestamp:
Mar 17, 2009, 5:31:06 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
67f968a
Parents:
bad66e0
Message:

Add sysvinit fixes patch.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/sysvinit.xml

    rbad66e0 r2411b2a  
    2525    <title>Installation of Sysvinit</title>
    2626
    27     <para os="a">When run-levels are changed (for example, when halting the
    28     system), <command>init</command> sends termination signals to those
    29     processes that <command>init</command> itself started and that should
    30     not be running in the new run-level.  While doing this,
    31     <command>init</command> outputs messages like <quote>Sending processes
    32     the TERM signal</quote> which seem to imply that it is sending these
    33     signals to all currently running processes. To avoid this
    34     misinterpretation, modify the source so that these messages read like
    35     <quote>Sending processes started by init the TERM signal</quote>
    36     instead:</para>
    37 
    38 <screen os="b"><userinput>cp src/init.c{,.orig}
    39 sed 's@Sending processes@&amp; started by init@g' \
    40     src/init.c.orig &gt; src/init.c</userinput></screen>
     27    <para os="p1">The following patch contains a number of updates to the
     28    &sysvinit-version;:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&sysvinit-fixes-patch;</userinput></screen>
    4131
    4232    <para os="s1">The following sed makes changes in the Makefile required for cross-compiling:</para>
  • BOOK/introduction/common/changelog.xml

    rbad66e0 r2411b2a  
    4040      <para>March 17, 2009</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Applied Patch to Sysvinit. Fixed Various
     44          Issues.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jciccone] - Moved location of dumpkeys to /bin. Required by
  • BOOK/materials/common/patches.xml

    rbad66e0 r2411b2a  
    254254
    255255    <varlistentry>
     256      <term>Sysvinit Fixes Patch - <token>&sysvinit-fixes-patch-size;</token>:</term>
     257      <listitem>
     258        <para>Download: <ulink
     259        url="&patches-root;&sysvinit-fixes-patch;"/></para>
     260        <para>MD5 sum: <literal>&sysvinit-fixes-patch-md5;</literal></para>
     261      </listitem>
     262    </varlistentry>
     263
     264    <varlistentry>
    256265      <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term>
    257266      <listitem>
  • BOOK/patches.ent

    rbad66e0 r2411b2a  
    109109<!ENTITY shadow-sysroot_hacks-patch-size "36 KB">
    110110
     111<!ENTITY sysvinit-fixes-patch "sysvinit-&sysvinit-version;-fixes-1.patch">
     112<!ENTITY sysvinit-fixes-patch-md5 "405d23896b54ca61afd53003a62592fd">
     113<!ENTITY sysvinit-fixes-patch-size "24 KB">
     114
    111115<!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch">
    112116<!ENTITY tar-man_page-patch-md5 "a8d01d18a3e550230302a5a52c686d25">
Note: See TracChangeset for help on using the changeset viewer.