diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 127c1484f..3864348c5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,9 @@ </itemizedlist> </listitem> +<listitem><para>November 16th, 2003 [greg]: Chapter 6 - Sysvinit: Simplified +the sed to demonstrate yet another sed variation.</para></listitem> + <listitem><para>November 17th, 2003 [jeremy]: Chapter 6 - Perl: Added fix for perldoc less invocation problem. Closes bug 716.</para></listitem> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 2f771b460..ced2af4fd 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -24,7 +24,7 @@ signal".</para> <para>Edit the halt message:</para> <screen><userinput>cp src/init.c{,.backup} -sed 's/Sending processes/Sending processes started by init/g' \ +sed 's/Sending processes/& started by init/g' \ src/init.c.backup > src/init.c</userinput></screen> <para>Compile Sysvinit:</para> |