diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
commit | 8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch) | |
tree | 580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/sysvinit.xml | |
parent | c321cf4b4b218564a506c7166cf4d295bb64dbb8 (diff) |
Add more commands to lists of what gets installed, thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |