Blame SOURCES/0012-RH-kpartx-msg.patch

4ae388
---
4ae388
 kpartx/lopart.c |    4 ++--
4ae388
 1 file changed, 2 insertions(+), 2 deletions(-)
4ae388
4ae388
Index: multipath-tools-130222/kpartx/lopart.c
4ae388
===================================================================
4ae388
--- multipath-tools-130222.orig/kpartx/lopart.c
4ae388
+++ multipath-tools-130222/kpartx/lopart.c
4ae388
@@ -205,13 +205,13 @@ find_unused_loop_device (void)
4ae388
 		fprintf(stderr,
4ae388
 		    "mount: Could not find any loop device, and, according to %s,\n"
4ae388
 		    "       this kernel does not know about the loop device.\n"
4ae388
-		    "       (If so, then recompile or `insmod loop.o'.)",
4ae388
+		    "       (If so, then recompile or `modprobe loop'.)",
4ae388
 		      PROC_DEVICES);
4ae388
 
4ae388
 	    else
4ae388
 		fprintf(stderr,
4ae388
 		    "mount: Could not find any loop device. Maybe this kernel does not know\n"
4ae388
-		    "       about the loop device (then recompile or `insmod loop.o'), or\n"
4ae388
+		    "       about the loop device (then recompile or `modprobe loop'), or\n"
4ae388
 		    "       maybe /dev/loop# has the wrong major number?");
4ae388
 
4ae388
 	} else