- Timestamp:
- Jan 7, 2009, 2:27:46 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 4254ff10
- Parents:
- 3d00c1ed
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sysvinit.xml
r3d00c1ed rde28452 25 25 <title>Installation of Sysvinit</title> 26 26 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@& 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> 40 31 41 32 <para os="c">Compile the package:</para> -
BOOK/final-system/multilib/sysvinit.xml
r3d00c1ed rde28452 23 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 24 24 href="../common/sysvinit.xml" 25 xpointer="xpointer(//*[@os=' a'])"/>25 xpointer="xpointer(//*[@os='p1'])"/> 26 26 27 27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 28 28 href="../common/sysvinit.xml" 29 xpointer="xpointer(//*[@os=' b'])"/>29 xpointer="xpointer(//*[@os='p2'])"/> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r3d00c1ed rde28452 59 59 <listitem> 60 60 <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> 61 64 </listitem> 62 65 </itemizedlist> -
BOOK/materials/common/patches.xml
r3d00c1ed rde28452 191 191 192 192 <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> 193 202 <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term> 194 203 <listitem> -
BOOK/patches.ent
r3d00c1ed rde28452 85 85 <!ENTITY readline-fixes-patch-size "24 KB"> 86 86 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 87 91 <!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch"> 88 92 <!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf">
Note:
See TracChangeset
for help on using the changeset viewer.