diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:28:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:28:28 +0000 |
commit | 6052e11bdba3bcb807d538e85da3ecdfb3b0f1cd (patch) | |
tree | 2585e088fe8a755ec2f739b47815a6178f52ee4e /chapter06 | |
parent | 487b8e6f3592e965ef128951f1ef41738e512719 (diff) |
Converted sysvinit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2380 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/sysvinit-inst.xml | 17 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 4 |
2 files changed, 13 insertions, 8 deletions
diff --git a/chapter06/sysvinit-inst.xml b/chapter06/sysvinit-inst.xml index ca0f81f1b..f617a5d9c 100644 --- a/chapter06/sysvinit-inst.xml +++ b/chapter06/sysvinit-inst.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Sysvinit</title> @@ -6,18 +8,21 @@ 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", -by running the following commands. If you don't want to change it, -skip it.</para> +that the sentence reads "Sending processes started by init the TERM signal".</para> + +<para>Edit the halt message:</para> <para><screen><userinput>cp src/init.c{,.backup} && sed 's/Sending processes/Sending processes started by init/g' \ src/init.c.backup > src/init.c</userinput></screen></para> -<para>Install Sysvinit by running the following commands:</para> +<para>Compile Sysvinit:</para> + +<para><screen><userinput>make -C src</userinput></screen></para> + +<para>Finish installing the package:</para> -<para><screen><userinput>make -C src && -make -C src install</userinput></screen></para> +<para><screen><userinput>make -C src install</userinput></screen></para> </sect2> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index f2eea3155..4d96ca325 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -5,8 +5,8 @@ <screen>Estimated build time: &sysvinit-time; Estimated required disk space: &sysvinit-compsize;</screen> -&c6-sysvinit-inst; -&aa-sysvinit-desc; +&aa-sysvinit-shortdesc; &aa-sysvinit-dep; +&c6-sysvinit-inst; </sect1> |