Browse Source

Modified sysvinit sed for clarity

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bryan Kadzban 19 years ago
parent
commit
12a2975c8e
3 changed files with 14 additions and 4 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      chapter06/sysvinit.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -35,6 +35,16 @@
       </itemizedlist>
     </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>

+ 2 - 2
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>

+ 2 - 2
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}]" -->