From 12a2975c8eb3fa6c5a4f36d5c88d7c7e9e271fac Mon Sep 17 00:00:00 2001 From: Bryan Kadzban Date: Thu, 7 Sep 2006 02:00:24 +0000 Subject: Modified sysvinit sed for clarity git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sysvinit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 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 - Sending processes started by init the TERM signal + Sending processes configured via /etc/inittab the TERM signal instead: -sed -i 's@Sending processes@& started by init@g' \ +sed -i 's@Sending processes@& configured via /etc/inittab@g' \ src/init.c Compile the package: -- cgit v1.2.3-54-g00ecf