r538 - in lvm2/trunk/debian: . patches

Bastian Blank waldi at alioth.debian.org
Tue Jan 8 20:37:50 UTC 2008


Author: waldi
Date: Tue Jan  8 20:37:50 2008
New Revision: 538

Log:
* debian/changelog: Update.
* debian/patches/series: Add force-modprobe.patch
* debian/patches/force-modprobe.patch: Add.


Added:
   lvm2/trunk/debian/patches/force-modprobe.patch
Modified:
   lvm2/trunk/debian/changelog
   lvm2/trunk/debian/patches/series

Modified: lvm2/trunk/debian/changelog
==============================================================================
--- lvm2/trunk/debian/changelog	(original)
+++ lvm2/trunk/debian/changelog	Tue Jan  8 20:37:50 2008
@@ -4,8 +4,9 @@
   * Load modules.
   * Don't longer directly link libncurses, libselinux and librt.
   * Drop lvm1 support in lvm2-udeb.
+  * Force modprobe path to enable module loading.
 
- -- Bastian Blank <waldi at debian.org>  Tue, 08 Jan 2008 20:10:01 +0000
+ -- Bastian Blank <waldi at debian.org>  Tue, 08 Jan 2008 20:31:42 +0000
 
 lvm2 (2.02.26-1) unstable; urgency=low
 

Added: lvm2/trunk/debian/patches/force-modprobe.patch
==============================================================================
--- (empty file)
+++ lvm2/trunk/debian/patches/force-modprobe.patch	Tue Jan  8 20:37:50 2008
@@ -0,0 +1,15 @@
+--- trunk.orig/configure.in
++++ trunk/configure.in
+@@ -500,11 +500,7 @@
+ AC_CHECK_HEADERS(libdevmapper.h,,AC_MSG_ERROR(bailing out))
+ 
+ ################################################################################
+-AC_PATH_PROG(MODPROBE_CMD, modprobe)
+-
+-if test x$MODPROBE_CMD != x; then
+-	AC_DEFINE_UNQUOTED([MODPROBE_CMD], ["$MODPROBE_CMD"], [The path to 'modprobe', if available.])
+-fi
++AC_DEFINE_UNQUOTED([MODPROBE_CMD], ["/sbin/modprobe"], [The path to 'modprobe', if available.])
+ 
+ ################################################################################
+ if test "-f VERSION"; then

Modified: lvm2/trunk/debian/patches/series
==============================================================================
--- lvm2/trunk/debian/patches/series	(original)
+++ lvm2/trunk/debian/patches/series	Tue Jan  8 20:37:50 2008
@@ -2,3 +2,4 @@
 libs-cleanup.patch
 drop-realtime.patch
 config.patch
+force-modprobe.patch



More information about the pkg-lvm-commits mailing list