Changeset 2411b2a in clfs-sysroot for BOOK/final-system
- Timestamp:
- Mar 17, 2009, 5:31:06 PM (16 years ago)
- Branches:
- master
- Children:
- 67f968a
- Parents:
- bad66e0
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.