Browse Source

[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
Mark Hymers 23 years ago
parent
commit
18b6058533
5 changed files with 19 additions and 1 deletions
  1. 3 0
      Attic/appendixd/kbd-patch.xml
  2. 1 0
      Attic/appendixd/packages.xml
  3. 4 0
      chapter01/changelog.xml
  4. 7 0
      chapter06/kbd-inst.xml
  5. 4 1
      index.xml

+ 3 - 0
Attic/appendixd/kbd-patch.xml

@@ -0,0 +1,3 @@
+Kbd Patch (&kbd-patch-version;):
+<ulink url="&ftp;/">&ftp;/</ulink>
+<ulink url="&http;/">&http;/</ulink>

+ 1 - 0
Attic/appendixd/packages.xml

@@ -52,6 +52,7 @@ package quicker.</para>
 &ad-ed;
 &ad-gettext;
 &ad-kbd;
+&ad-kbd-patch;
 &ad-e2fsprogs;
 &ad-lilo;
 &ad-modutils;

+ 4 - 0
chapter01/changelog.xml

@@ -6,6 +6,10 @@
 
 <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
 symlinks in bash, fileutils and gcc instructions to make the Chapter 6
 instructions independent of those in chapter 5.</para></listitem>

+ 7 - 0
chapter06/kbd-inst.xml

@@ -1,6 +1,13 @@
 <sect2>
 <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><screen><userinput>./configure &amp;&amp;

+ 4 - 1
index.xml

@@ -628,6 +628,7 @@
 <!ENTITY ad-libtool SYSTEM "appendixd/libtool.xml">
 <!ENTITY ad-bin86 SYSTEM "appendixd/bin86.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-reiserfs SYSTEM "appendixd/reiserfs.xml">
 <!ENTITY ad-lilo SYSTEM "appendixd/lilo.xml">
@@ -642,7 +643,7 @@
 <!ENTITY ad-netkitbase SYSTEM "appendixd/netkitbase.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-mb "78.65 MB">
 
@@ -916,6 +917,8 @@
 <!ENTITY kbd-version "1.06">
 <!ENTITY kbd-depversion "1.06">
 <!ENTITY kbd-size "559 KB">
+<!ENTITY kbd-patch-version "1.06">
+<!ENTITY kbd-patch-size "1 KB">
 <!ENTITY kbd-compsize "8 MB">
 <!ENTITY kbd-time "1 minute">