diff options
Diffstat (limited to 'chapter06/sysvinit.xml')
-rw-r--r-- | chapter06/sysvinit.xml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index 3696d72e1..ab9dad5bd 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -114,10 +114,10 @@ EOF</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>halt, init, killall5, last, lastb (link to last), mesg, mountpoint, - pidof (link to killall5), poweroff (link to halt), reboot (link to halt), - runlevel, shutdown, sulogin, telinit (link to init), utmpdump, and - wall</seg> + <seg>bootlogd, halt, init, killall5, last, lastb (link to last), mesg, + mountpoint, pidof (link to killall5), poweroff (link to halt), + reboot (link to halt), runlevel, shutdown, sulogin, + telinit (link to init), utmpdump, and wall</seg> </seglistitem> </segmentedlist> @@ -126,6 +126,16 @@ EOF</userinput></screen> <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> + <varlistentry id="bootlogd"> + <term><command>bootlogd</command></term> + <listitem> + <para>Logs boot messages to a log file</para> + <indexterm zone="ch-system-sysvinit bootlogd"> + <primary sortas="b-bootlogd">bootlogd</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="halt"> <term><command>halt</command></term> <listitem> |