91d375be4a
- Updated to latest upstrem 0.4.9 code: multipath-tools-120821.tgz (git commit id: 050b24b33d3c60e29f7820d2fb75e84a9edde528) * includes 0001-RH-remove_callout.patch, 0002-RH-add-wwids-file.patch, 0003-RH-add-followover.patch, 0004-RH-fix-cciss-names.patch - Add 0013-RH-kpartx-msg.patch - Modify 0002-RH-multipath.rules.patch * removed socket call from rules file
25 lines
993 B
Diff
25 lines
993 B
Diff
---
|
|
kpartx/lopart.c | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: multipath-tools-120821/kpartx/lopart.c
|
|
===================================================================
|
|
--- multipath-tools-120821.orig/kpartx/lopart.c
|
|
+++ multipath-tools-120821/kpartx/lopart.c
|
|
@@ -216,13 +216,13 @@ find_unused_loop_device (void)
|
|
fprintf(stderr,
|
|
"mount: Could not find any loop device, and, according to %s,\n"
|
|
" this kernel does not know about the loop device.\n"
|
|
- " (If so, then recompile or `insmod loop.o'.)",
|
|
+ " (If so, then recompile or `modprobe loop'.)",
|
|
PROC_DEVICES);
|
|
|
|
else
|
|
fprintf(stderr,
|
|
"mount: Could not find any loop device. Maybe this kernel does not know\n"
|
|
- " about the loop device (then recompile or `insmod loop.o'), or\n"
|
|
+ " about the loop device (then recompile or `modprobe loop'), or\n"
|
|
" maybe /dev/loop# has the wrong major number?");
|
|
|
|
} else
|