aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysvinit-inst.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-07 06:00:35 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-07 06:00:35 +0000
commitf861982929d526b7628fc1a6f19386c665f28e31 (patch)
tree259c0150e454b1d186c75fb56f00fb9c3efe10a6 /chapter06/sysvinit-inst.xml
parentf57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (diff)
Miscellaneous fixes and cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysvinit-inst.xml')
-rw-r--r--chapter06/sysvinit-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml
index a0af97a88..bdebf5e5b 100644
--- a/chapter06/sysvinit-inst.xml
+++ b/chapter06/sysvinit-inst.xml
@@ -8,13 +8,13 @@ init sends the TERM and KILL signals to the processes which it started.
Init prints "Sending processes the TERM signal" to the screen. This seems
to imply that init is sending these signals to all the currently running
processes. To avoid this confusion, the init.c file can be modified, so
-that the sentence reads "Sending processes started by init the TERM
-signal".</para>
+that the sentence reads "Sending the TERM signal to processes started by
+init".</para>
<para>Edit the halt message:</para>
<para><screen><userinput>cp src/init.c{,.backup}
-sed 's/Sending processes/Sending processes started by init/g' \
+sed 's/Sending processes/Sending the TERM signal to processes started by init/g' \
&nbsp;&nbsp;&nbsp;&nbsp;src/init.c.backup &gt; src/init.c</userinput></screen></para>
<para>Compile Sysvinit:</para>