Changeset de28452


Ignore:
Timestamp:
01/07/09 22:27:46 (4 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
('master', '5ea4e55860c61746fb61f12cd3c83d270ee17451')('clfs-1.2', '0d1a577466382847256b44170acecbd2e8cdc0c5')('simp', '271d1f963630b9cb390baf1ee2d8bdfe7d14e340')('systemd', 'ec008670fee2dc8086a6ce805d4831378d59895d')
Children:
4254ff10924e1f1dd58417dc60828af24ef427df
Parents:
3d00c1ed2367b9fd14ad187951dc42578e87ae76
git-author:
Jim Gifford <clfs@jg555.com>2009-01-07 22:27:46+00:00
git-committer:
Jim Gifford <clfs@jg555.com>2009-01-07 22:27:46+00:00
Message:

Added patch to fix issues with Sysvinit

Files:
1 added
5 edited

Legend:

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

    r1da2a84 rde28452  
    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>sed -i 's@Sending processes@&amp; started by init@g' \ 
    39     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> 
    4031 
    4132    <para os="c">Compile the package:</para> 
  • BOOK/final-system/multilib/sysvinit.xml

    raa18ac0 rde28452  
    2323    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    2424    href="../common/sysvinit.xml" 
    25     xpointer="xpointer(//*[@os='a'])"/> 
     25    xpointer="xpointer(//*[@os='p1'])"/> 
    2626 
    2727    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
    2828    href="../common/sysvinit.xml" 
    29     xpointer="xpointer(//*[@os='b'])"/> 
     29    xpointer="xpointer(//*[@os='p2'])"/> 
    3030 
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • BOOK/introduction/common/changelog.xml

    r3d00c1e rde28452  
    5959        <listitem> 
    6060          <para>[Jim] - Cleanup Readline Build. Changed the way to link ncurses.</para> 
     61        </listitem> 
     62        <listitem> 
     63          <para>[Jim] - Applied Patch to Sysvinit. Fixed Various Issues.</para> 
    6164        </listitem> 
    6265      </itemizedlist> 
  • BOOK/materials/common/patches.xml

    rba99e10 rde28452  
    191191 
    192192    <varlistentry> 
     193      <term>Sysvinit Fixes Patch - <token>&sysvinit-fixes-patch-size;</token>:</term> 
     194      <listitem> 
     195        <para>Download: <ulink 
     196        url="&patches-root;&sysvinit-fixes-patch;"/></para> 
     197        <para>MD5 sum: <literal>&sysvinit-fixes-patch-md5;</literal></para> 
     198      </listitem> 
     199    </varlistentry> 
     200 
     201    <varlistentry> 
    193202      <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term> 
    194203      <listitem> 
  • BOOK/patches.ent

    r2d37d44 rde28452  
    8585<!ENTITY readline-fixes-patch-size "24 KB"> 
    8686 
     87<!ENTITY sysvinit-fixes-patch "sysvinit-&sysvinit-version;-fixes-1.patch"> 
     88<!ENTITY sysvinit-fixes-patch-md5 "405d23896b54ca61afd53003a62592fd"> 
     89<!ENTITY sysvinit-fixes-patch-size "24 KB"> 
     90 
    8791<!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch"> 
    8892<!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf"> 
Note: See TracChangeset for help on using the changeset viewer.