Changeset de28452 for BOOK/final-system/common/sysvinit.xml
- 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
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.