mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 21:49:13 +00:00
3be4d973d4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
50 lines
1.4 KiB
XML
50 lines
1.4 KiB
XML
<sect1 id="ch-system-sysvinit" xreflabel="Sysvinit">
|
|
<title>Installing Sysvinit-&sysvinit-version;</title>
|
|
<?dbhtml filename="sysvinit.html" dir="chapter06"?>
|
|
|
|
<para>The Sysvinit package contains programs for controlling the startup,
|
|
running, and shutdown of your system.</para>
|
|
|
|
<screen>&buildtime; &sysvinit-time;
|
|
&diskspace; &sysvinit-compsize;</screen>
|
|
|
|
&aa-sysvinit-down;
|
|
&aa-sysvinit-dep;
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of Sysvinit</title>
|
|
|
|
<para>When run levels are changed (for example, when halting the system),
|
|
init sends the TERM and KILL signals to the processes which it started.
|
|
Init prints "Sending processes the TERM signal" to the screen. This seems
|
|
to imply that init is sending these signals to all the currently running
|
|
processes. To avoid this confusion, the init.c file can be modified, so
|
|
that the sentence reads "Sending processes started by init the TERM
|
|
signal".</para>
|
|
|
|
<para>Edit the halt message:</para>
|
|
|
|
<screen><userinput>cp src/init.c{,.backup}
|
|
sed 's/Sending processes/& started by init/g' \
|
|
src/init.c.backup > src/init.c</userinput></screen>
|
|
|
|
<para>Compile Sysvinit:</para>
|
|
|
|
<screen><userinput>make -C src</userinput></screen>
|
|
|
|
<para>And install it:</para>
|
|
|
|
<screen><userinput>make -C src install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
&c6-cf-sysvinit;
|
|
|
|
&aa-sysvinit-shortdesc;
|
|
&aa-sysvinit-desc;
|
|
|
|
</sect1>
|
|
|