- Timestamp:
- Mar 17, 2009, 5:31:06 PM (16 years ago)
- Branches:
- master
- Children:
- 67f968a
- Parents:
- bad66e0
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sysvinit.xml
rbad66e0 r2411b2a 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>cp src/init.c{,.orig} 39 sed 's@Sending processes@& started by init@g' \ 40 src/init.c.orig > 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> 41 31 42 32 <para os="s1">The following sed makes changes in the Makefile required for cross-compiling:</para> -
BOOK/introduction/common/changelog.xml
rbad66e0 r2411b2a 40 40 <para>March 17, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Applied Patch to Sysvinit. Fixed Various 44 Issues.</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[jciccone] - Moved location of dumpkeys to /bin. Required by -
BOOK/materials/common/patches.xml
rbad66e0 r2411b2a 254 254 255 255 <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> 256 265 <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term> 257 266 <listitem> -
BOOK/patches.ent
rbad66e0 r2411b2a 109 109 <!ENTITY shadow-sysroot_hacks-patch-size "36 KB"> 110 110 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 111 115 <!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch"> 112 116 <!ENTITY tar-man_page-patch-md5 "a8d01d18a3e550230302a5a52c686d25">
Note:
See TracChangeset
for help on using the changeset viewer.