فهرست منبع

Modified sysvinit sed for clarity

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bryan Kadzban 19 سال پیش
والد
کامیت
12a2975c8e
3فایلهای تغییر یافته به همراه14 افزوده شده و 4 حذف شده
  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>
       </itemizedlist>
     </listitem>
     </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>
     <listitem>
       <para>2006-08-31</para>
       <para>2006-08-31</para>
       <itemizedlist>
       <itemizedlist>

+ 2 - 2
chapter06/sysvinit.xml

@@ -43,10 +43,10 @@
     the TERM signal</quote> which seem to imply that it is sending these
     the TERM signal</quote> which seem to imply that it is sending these
     signals to all currently running processes. To avoid this
     signals to all currently running processes. To avoid this
     misinterpretation, modify the source so that these messages read like
     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>
     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>
     src/init.c</userinput></screen>
 
 
     <para>Compile the package:</para>
     <para>Compile the package:</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->