|
@@ -43,10 +43,10 @@
|
|
the TERM signal</quote> which seem to imply that it is sending these
|
|
the TERM signal</quote> which seem to imply that it is sending these
|
|
signals to all currently running processes. To avoid this
|
|
signals to all currently running processes. To avoid this
|
|
misinterpretation, modify the source so that these messages read like
|
|
misinterpretation, modify the source so that these messages read like
|
|
- <quote>Sending processes started by init the TERM signal</quote>
|
|
|
|
|
|
+ <quote>Sending processes configured via /etc/inittab the TERM signal</quote>
|
|
instead:</para>
|
|
instead:</para>
|
|
|
|
|
|
-<screen><userinput>sed -i 's@Sending processes@& started by init@g' \
|
|
|
|
|
|
+<screen><userinput>sed -i 's@Sending processes@& configured via /etc/inittab@g' \
|
|
src/init.c</userinput></screen>
|
|
src/init.c</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
<para>Compile the package:</para>
|