]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - multipath-tools/patches/0012-RH-kpartx-msg.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/amarx/ipfire-3.x.git] / multipath-tools / patches / 0012-RH-kpartx-msg.patch
1 ---
2 kpartx/lopart.c | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 Index: multipath-tools-130222/kpartx/lopart.c
6 ===================================================================
7 --- multipath-tools-130222.orig/kpartx/lopart.c
8 +++ multipath-tools-130222/kpartx/lopart.c
9 @@ -205,13 +205,13 @@ find_unused_loop_device (void)
10 fprintf(stderr,
11 "mount: Could not find any loop device, and, according to %s,\n"
12 " this kernel does not know about the loop device.\n"
13 - " (If so, then recompile or `insmod loop.o'.)",
14 + " (If so, then recompile or `modprobe loop'.)",
15 PROC_DEVICES);
16
17 else
18 fprintf(stderr,
19 "mount: Could not find any loop device. Maybe this kernel does not know\n"
20 - " about the loop device (then recompile or `insmod loop.o'), or\n"
21 + " about the loop device (then recompile or `modprobe loop'), or\n"
22 " maybe /dev/loop# has the wrong major number?");
23
24 } else