aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/sysvinit.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-13 06:55:02 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-13 06:55:02 +0000
commit9132fe499be0b137bc5494d39cb89390ea11f4ca (patch)
treed658b54a2955e05c41b2b83aef9b34de468dc155 /chapter06/sysvinit.xml
parent4783efe5de8eccca80fa9c7c7b9d6323fd045c9f (diff)
Update to procps-ng-3.3.9
Install non-essential programs from the xz package in /usr/bin. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r--chapter06/sysvinit.xml20
1 files changed, 8 insertions, 12 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml
index 548616b84..b1fac46db 100644
--- a/chapter06/sysvinit.xml
+++ b/chapter06/sysvinit.xml
@@ -41,6 +41,7 @@
<sect2 role="installation">
<title>Installation of Sysvinit</title>
+<!--
<para>When run-levels are changed (for example, when halting the
system), <command>init</command> sends termination signals to those
processes that <command>init</command> itself started and that should
@@ -65,6 +66,11 @@
-e '/mountpoint/d' \
-e '/mesg/d' \
-e 's/= sulogin(\.8)?/=/' src/Makefile</userinput></screen>
+-->
+ <para>First, apply a patch that removes several programs installed by other
+ packages, clarifies a message, and fixes a compiler warning:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&sysvinit-consolidated-patch;</userinput></screen>
<para>Compile the package:</para>
@@ -85,8 +91,8 @@
<segtitle>Installed programs</segtitle>
<seglistitem>
- <seg>bootlogd, fstab-decode, halt, init, killall5, pidof (link to
- killall5), poweroff (link to halt), reboot (link to halt), runlevel,
+ <seg>bootlogd, fstab-decode, halt, init, killall5,
+ poweroff (link to halt), reboot (link to halt), runlevel,
shutdown, and telinit (link to init)</seg>
</seglistitem>
</segmentedlist>
@@ -154,16 +160,6 @@
</listitem>
</varlistentry>
- <varlistentry id="pidof">
- <term><command>pidof</command></term>
- <listitem>
- <para>Reports the PIDs of the given programs</para>
- <indexterm zone="ch-system-sysvinit pidof">
- <primary sortas="b-pidof">pidof</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="poweroff">
<term><command>poweroff</command></term>
<listitem>