From 8fa3cafccef241ce19a11667375d2124d9b54817 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 8 Feb 2009 18:27:19 +0000 Subject: Upgrade to Module-Init-Tools-3.6. Fixes #2343. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter01/whatsnew.xml | 4 ++++ chapter03/patches.xml | 8 ++++++++ chapter06/module-init-tools.xml | 7 +++++++ packages.ent | 6 +++--- patches.ent | 5 +++++ 6 files changed, 31 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2d79e5028..56ccc3726 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ 2009-02-08 + + [matthew] - Upgraded to Module-init-Tools-3.6. Fixes + #2343. + [matthew] - Upgraded to File-5.00. Fixes #2342. diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c683365c1..8a97b1617 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -224,6 +224,10 @@ &linux-header-patch; + + &module-init-tools-manpages-patch; + + &patch-fixes-patch; diff --git a/chapter03/patches.xml b/chapter03/patches.xml index a8e9e762e..50e173a98 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -162,6 +162,14 @@ + + Module Init Tools Man Pages Patch - &module-init-tools-manpages-patch-size;: + + Download: + MD5 sum: &module-init-tools-manpages-patch-md5; + + + Patch Carriage Return Fix Patch - &patch-fixes-patch-size;: diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index b19ac384f..56393133a 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -41,6 +41,13 @@ Installation of Module-Init-Tools + The Module-Init-Tools source tarball doesn't contain generated + man pages. Apply the following patch so that no attempt to generate the + man pages is made (such attempts will fail due to a lack of necessary tools + in the LFS system): + +patch -Np1 -i ../&module-init-tools-manpages-patch; + The testsuite of this package is geared towards the needs of its Maintainer. The command make check builds a specially wrapped version of modprobe which is useless for normal operation. To run diff --git a/packages.ent b/packages.ent index d4d3d886f..c95e46593 100644 --- a/packages.ent +++ b/packages.ent @@ -362,10 +362,10 @@ - - + + - + diff --git a/patches.ent b/patches.ent index c91780ef1..2c41cbaa0 100644 --- a/patches.ent +++ b/patches.ent @@ -94,6 +94,11 @@ --> + + + + + -- cgit v1.2.3-54-g00ecf