Modified sysvinit sed for clarity

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bryan Kadzban 2006-09-07 02:00:24 +00:00
parent b020f16623
commit 12a2975c8e
3 changed files with 14 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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 version "SVN-20060906">
<!ENTITY releasedate "August 31, 2006"> <!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}]" -->