diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 94b2a375c..ffa029d83 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ --> + + 2006-09-06 + + + [bryan] - Change the sed applied to sysvinit, to hopefully + be more clear (explicitly mention /etc/inittab). + + + + 2006-08-31 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: diff --git a/general.ent b/general.ent index 3d536d468..0345f4233 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +