diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-05-30 17:15:43 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-05-30 17:15:43 +0000 |
commit | 8f4b4bf01f50e589d40e210b0f1faee7be975bc0 (patch) | |
tree | f05423cd2d18fc9e65ccdeb2b50aeb1e9dec31a3 | |
parent | 47849a7eadfcd30ae205dfe3fa1588d007556cb2 (diff) |
Remove getunimap, setlogcons and setvesablank from the list of programs installed by kbd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7637 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter06/kbd.xml | 37 |
2 files changed, 15 insertions, 34 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 83602b912..6a4237d7b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,18 @@ <para>May 30, 2006</para> <itemizedlist> <listitem> + <para>[matthew] - Removed <command>getunimap</command>, + <command>setlogons</command> and <command>setvesablank</command> from + the list of programs installed by kbd. Thanks to Chris Staub for the + patch.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> + <para>May 30, 2006</para> + <itemizedlist> + <listitem> <para>[matthew] - Removed <command>swapdev</command> from the list of files installed by util-linux. Thanks to Chris Staub for the patch. </para> diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 100e29a1e..fde7b799d 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -78,11 +78,11 @@ <segtitle>Installed programs</segtitle> <seglistitem> - <seg>chvt, deallocvt, dumpkeys, - fgconsole, getkeycodes, getunimap, kbd_mode, kbdrate, loadkeys, loadunimap, + <seg>chvt, deallocvt, dumpkeys, fgconsole, getkeycodes, kbd_mode, + kbdrate, loadkeys, loadunimap, mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to psfxtable), psfstriptable (link to psfxtable), psfxtable, resizecons, - setfont, setkeycodes, setleds, setlogcons, setmetamode, setvesablank, + setfont, setkeycodes, setleds, setmetamode, showconsolefont, showkey, unicode_start, and unicode_stop</seg> </seglistitem> </segmentedlist> @@ -142,16 +142,6 @@ </listitem> </varlistentry> - <varlistentry id="getunimap"> - <term><command>getunimap</command></term> - <listitem> - <para>Prints the currently used unicode-to-font mapping table</para> - <indexterm zone="ch-system-kbd getunimap"> - <primary sortas="b-getunimap">getunimap</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="kbd_mode"> <term><command>kbd_mode</command></term> <listitem> @@ -296,16 +286,6 @@ </listitem> </varlistentry> - <varlistentry id="setlogcons"> - <term><command>setlogcons</command></term> - <listitem> - <para>Sends kernel messages to the console</para> - <indexterm zone="ch-system-kbd setlogcons"> - <primary sortas="b-setlogcons">setlogcons</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="setmetamode"> <term><command>setmetamode</command></term> <listitem> @@ -316,17 +296,6 @@ </listitem> </varlistentry> - <varlistentry id="setvesablank"> - <term><command>setvesablank</command></term> - <listitem> - <para>Lets the user adjust the built-in hardware screensaver (a blank - screen)</para> - <indexterm zone="ch-system-kbd setvesablank"> - <primary sortas="b-setvesablank">setvesablank</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="showconsolefont"> <term><command>showconsolefont</command></term> <listitem> |