aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysvinit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r--chapter06/sysvinit.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index ab9dad5bd..dd99dea67 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -43,10 +43,10 @@
the TERM signal</quote> which seem to imply that it is sending these
signals to all currently running processes. To avoid this
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>
-<screen><userinput>sed -i 's@Sending processes@&amp; started by init@g' \
+<screen><userinput>sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' \
src/init.c</userinput></screen>
<para>Compile the package:</para>