diff options
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 20 |
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> |