mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
b020f16623
commit
12a2975c8e
@ -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>
|
||||
|
@ -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@& started by init@g' \
|
||||
<screen><userinput>sed -i 's@Sending processes@& configured via /etc/inittab@g' \
|
||||
src/init.c</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
@ -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}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user