From e6d635255b665b0d28852c845a946420b3d3c612 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Tue, 7 Oct 2003 06:19:27 +0000 Subject: Reverting my bogus Sysvinit change. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysvinit-inst.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml index bdebf5e5b..a0af97a88 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 the TERM signal to processes started by -init". +that the sentence reads "Sending processes started by init the TERM +signal". Edit the halt message: cp src/init.c{,.backup} -sed 's/Sending processes/Sending the TERM signal to processes started by init/g' \ +sed 's/Sending processes/Sending processes started by init/g' \     src/init.c.backup > src/init.c Compile Sysvinit: -- cgit v1.2.3-54-g00ecf