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

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