From 18b6058533db6e5d01e176dbf57d1fa1d1856b08 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Mon, 10 Dec 2001 17:51:47 +0000 Subject: [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 --- Attic/appendixd/kbd-patch.xml | 3 +++ Attic/appendixd/packages.xml | 1 + chapter01/changelog.xml | 4 ++++ chapter06/kbd-inst.xml | 7 +++++++ index.xml | 5 ++++- 5 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Attic/appendixd/kbd-patch.xml diff --git a/Attic/appendixd/kbd-patch.xml b/Attic/appendixd/kbd-patch.xml new file mode 100644 index 000000000..fd28483a8 --- /dev/null +++ b/Attic/appendixd/kbd-patch.xml @@ -0,0 +1,3 @@ +Kbd Patch (&kbd-patch-version;): +&ftp;/ +&http;/ diff --git a/Attic/appendixd/packages.xml b/Attic/appendixd/packages.xml index 720eca81f..19a62fec6 100644 --- a/Attic/appendixd/packages.xml +++ b/Attic/appendixd/packages.xml @@ -52,6 +52,7 @@ package quicker. &ad-ed; &ad-gettext; &ad-kbd; +&ad-kbd-patch; &ad-e2fsprogs; &ad-lilo; &ad-modutils; diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1cdbce555..58515ebf7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,10 @@ +December 10th, 2001 [markh]: Chapter 6: Add kbd patch +for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted +to the lfs-dev list). + 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. diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 80e0b3559..416dbab38 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -1,6 +1,13 @@ Installation of Kbd +There is a bug in kbd-&kbd-version; which +causes loadkeys -d to behave incorrectly. To fix +this, unpack the kbd-&kbd-patch-version; patch and apply it with the following +command: + +patch -Np1 -i ../kbd-&kbd-patch-version;.patch + Install Kbd by running the following commands: ./configure && diff --git a/index.xml b/index.xml index f266766e6..8643f3372 100644 --- a/index.xml +++ b/index.xml @@ -628,6 +628,7 @@ + @@ -642,7 +643,7 @@ - + @@ -916,6 +917,8 @@ + + -- cgit v1.2.3-54-g00ecf