aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2006-09-07 02:00:24 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2006-09-07 02:00:24 +0000
commit12a2975c8eb3fa6c5a4f36d5c88d7c7e9e271fac (patch)
treeaf785c31489a46a169dca50522847938919d64a3
parentb020f16623b0f7cbc7a4eb3fe73112fa408b5ff5 (diff)
Modified sysvinit sed for clarity
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/sysvinit.xml4
-rw-r--r--general.ent4
3 files changed, 14 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 94b2a375c..ffa029d83 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
+ <para>2006-09-06</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bryan] - Change the sed applied to sysvinit, to hopefully
+ be more clear (explicitly mention /etc/inittab).</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2006-08-31</para>
<itemizedlist>
<listitem>
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</quote> 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
- <quote>Sending processes started by init the TERM signal</quote>
+ <quote>Sending processes configured via /etc/inittab the TERM signal</quote>
instead:</para>
-<screen><userinput>sed -i 's@Sending processes@&amp; started by init@g' \
+<screen><userinput>sed -i 's@Sending processes@&amp; configured via /etc/inittab@g' \
src/init.c</userinput></screen>
<para>Compile the package:</para>
diff --git a/general.ent b/general.ent
index 3d536d468..0345f4233 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060831">
-<!ENTITY releasedate "August 31, 2006">
+<!ENTITY version "SVN-20060906">
+<!ENTITY releasedate "September 6, 2006">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->