mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 19:59:20 +01:00
[Bug 230] patch to make loadkeys -d work properly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1372 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
60fd3bbd6f
commit
18b6058533
3
Attic/appendixd/kbd-patch.xml
Normal file
3
Attic/appendixd/kbd-patch.xml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Kbd Patch (&kbd-patch-version;):
|
||||||
|
<ulink url="&ftp;/">&ftp;/</ulink>
|
||||||
|
<ulink url="&http;/">&http;/</ulink>
|
@ -52,6 +52,7 @@ package quicker.</para>
|
|||||||
&ad-ed;
|
&ad-ed;
|
||||||
&ad-gettext;
|
&ad-gettext;
|
||||||
&ad-kbd;
|
&ad-kbd;
|
||||||
|
&ad-kbd-patch;
|
||||||
&ad-e2fsprogs;
|
&ad-e2fsprogs;
|
||||||
&ad-lilo;
|
&ad-lilo;
|
||||||
&ad-modutils;
|
&ad-modutils;
|
||||||
|
@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>December 10th, 2001 [markh]: Chapter 6: Add kbd patch
|
||||||
|
for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted
|
||||||
|
to the lfs-dev list).</para></listitem>
|
||||||
|
|
||||||
<listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
|
<listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
|
||||||
symlinks in bash, fileutils and gcc instructions to make the Chapter 6
|
symlinks in bash, fileutils and gcc instructions to make the Chapter 6
|
||||||
instructions independent of those in chapter 5.</para></listitem>
|
instructions independent of those in chapter 5.</para></listitem>
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of Kbd</title>
|
<title>Installation of Kbd</title>
|
||||||
|
|
||||||
|
<para>There is a bug in kbd-&kbd-version; which
|
||||||
|
causes <userinput>loadkeys -d</userinput> to behave incorrectly. To fix
|
||||||
|
this, unpack the kbd-&kbd-patch-version; patch and apply it with the following
|
||||||
|
command: </para>
|
||||||
|
|
||||||
|
<para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para>
|
||||||
|
|
||||||
<para>Install Kbd by running the following commands:</para>
|
<para>Install Kbd by running the following commands:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./configure &&
|
<para><screen><userinput>./configure &&
|
||||||
|
@ -628,6 +628,7 @@
|
|||||||
<!ENTITY ad-libtool SYSTEM "appendixd/libtool.xml">
|
<!ENTITY ad-libtool SYSTEM "appendixd/libtool.xml">
|
||||||
<!ENTITY ad-bin86 SYSTEM "appendixd/bin86.xml">
|
<!ENTITY ad-bin86 SYSTEM "appendixd/bin86.xml">
|
||||||
<!ENTITY ad-kbd SYSTEM "appendixd/kbd.xml">
|
<!ENTITY ad-kbd SYSTEM "appendixd/kbd.xml">
|
||||||
|
<!ENTITY ad-kbd-patch SYSTEM "appendixd/kbd-patch.xml">
|
||||||
<!ENTITY ad-e2fsprogs SYSTEM "appendixd/e2fsprogs.xml">
|
<!ENTITY ad-e2fsprogs SYSTEM "appendixd/e2fsprogs.xml">
|
||||||
<!ENTITY ad-reiserfs SYSTEM "appendixd/reiserfs.xml">
|
<!ENTITY ad-reiserfs SYSTEM "appendixd/reiserfs.xml">
|
||||||
<!ENTITY ad-lilo SYSTEM "appendixd/lilo.xml">
|
<!ENTITY ad-lilo SYSTEM "appendixd/lilo.xml">
|
||||||
@ -642,7 +643,7 @@
|
|||||||
<!ENTITY ad-netkitbase SYSTEM "appendixd/netkitbase.xml">
|
<!ENTITY ad-netkitbase SYSTEM "appendixd/netkitbase.xml">
|
||||||
<!ENTITY ad-nettools SYSTEM "appendixd/nettools.xml">
|
<!ENTITY ad-nettools SYSTEM "appendixd/nettools.xml">
|
||||||
|
|
||||||
<!ENTITY all-version "cvs-20011130-1630">
|
<!ENTITY all-version "cvs-20011210-0930">
|
||||||
<!ENTITY all-size-kb "80,540 MB">
|
<!ENTITY all-size-kb "80,540 MB">
|
||||||
<!ENTITY all-size-mb "78.65 MB">
|
<!ENTITY all-size-mb "78.65 MB">
|
||||||
|
|
||||||
@ -916,6 +917,8 @@
|
|||||||
<!ENTITY kbd-version "1.06">
|
<!ENTITY kbd-version "1.06">
|
||||||
<!ENTITY kbd-depversion "1.06">
|
<!ENTITY kbd-depversion "1.06">
|
||||||
<!ENTITY kbd-size "559 KB">
|
<!ENTITY kbd-size "559 KB">
|
||||||
|
<!ENTITY kbd-patch-version "1.06">
|
||||||
|
<!ENTITY kbd-patch-size "1 KB">
|
||||||
<!ENTITY kbd-compsize "8 MB">
|
<!ENTITY kbd-compsize "8 MB">
|
||||||
<!ENTITY kbd-time "1 minute">
|
<!ENTITY kbd-time "1 minute">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user