]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - multipath-tools/patches/0070-RHBZ-1036503-blacklist-td-devs.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/amarx/ipfire-3.x.git] / multipath-tools / patches / 0070-RHBZ-1036503-blacklist-td-devs.patch
1 ---
2 libmultipath/blacklist.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 Index: multipath-tools-130222/libmultipath/blacklist.c
6 ===================================================================
7 --- multipath-tools-130222.orig/libmultipath/blacklist.c
8 +++ multipath-tools-130222/libmultipath/blacklist.c
9 @@ -163,7 +163,7 @@ setup_default_blist (struct config * con
10 if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT))
11 return 1;
12
13 - str = STRDUP("^hd[a-z]");
14 + str = STRDUP("^(td|hd)[a-z]");
15 if (!str)
16 return 1;
17 if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT))